Skip to content

Commit

Permalink
Additional tidying and ensuring git is used for versions again.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Aug 2, 2024
1 parent f6bd33a commit 550e5a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in

This file was deleted.

10 changes: 6 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[build-system]
requires = ["setuptools-scm>=3.2.0",
requires = ["setuptools>=64",
"setuptools_scm>=8"
"setuptools_scm_git_archive",
"numpy>=2.0.0",
"cython>=0.29",
Expand All @@ -9,8 +10,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygom"
#dynamic = ["version"]
version = "0.1.8a"
dynamic = ["version"]
dependencies = [
"dask[complete]>=0.13.0",
"graphviz>=0.4.9",
Expand Down Expand Up @@ -43,11 +43,13 @@ classifiers = [
"Operating System :: OS Independent",
]

[tool.setuptools_scm]
version_file = "pygom/_version.py"

[tool.setuptools.packages.find]
where = ["src"]

[tool.setuptools.dynamic]
# version = {attr = "0.1.8a"} # TODO: change to git tag
readme = {file = ["README.rst"]}

[project.urls]
Expand Down

0 comments on commit 550e5a2

Please sign in to comment.