Skip to content

Commit

Permalink
running build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael J. Wilson committed Jan 31, 2024
1 parent e247388 commit 167075e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "foundation"
version = "0.0.1"
description = "Foundation directory with basic setup"
authors = ["Michael J. Wilson"]
authors = [
{email = "[email protected]"},
{name = "Michael J. Wilson"}
]
readme = {file = "README.md", content-type = "text/markdown"}
license = {file = "LICENSE"}
requires-python = ">=3.9.18"
Expand Down

0 comments on commit 167075e

Please sign in to comment.