Skip to content

Commit

Permalink
preliminary pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Jul 11, 2024
1 parent ef9d031 commit d6bf20b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "numpy==2.0.0"]
requires = ["setuptools", "wheel", "numpy==2.0.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand All @@ -8,8 +8,8 @@ packages = ["arraymap"]
# [tool.setuptools.package-data]
# arraymap = ["__init__.pyi", "py.typed"]

# [tool.setuptools.dynamic]
# version = {attr = "setup.AM_VERSION"}
[tool.setuptools.dynamic]
version = {attr = "setup.AM_VERSION"}

[project]
name = "arraymap"
Expand All @@ -36,7 +36,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = []
# dynamic = ["version"]
dynamic = ["version"]

# [project.scripts]
# my-script = "my_package.module:function"

0 comments on commit d6bf20b

Please sign in to comment.