Skip to content

Commit

Permalink
remove setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Feb 17, 2024
1 parent fc080be commit ec03c7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ classifiers = [
"Programming Language :: Python :: 3.12",
"Intended Audience :: Science/Research",
]
version = "2024.2.17dev1"
dynamic = ["dependencies", "entry-points", "readme", "scripts"]
requires-python = ">=3.8"
license = { file = "LICENSE.txt" }
Expand Down Expand Up @@ -167,6 +166,10 @@ license-files = ["LICENSE"]
readme = {file = ["README.md"]}
dependencies = {file = ["requirements.txt"]}

[tool.setuptools_scm]
write_to = "_version.py"
local_scheme = "no-local-version"

[tool.vulture]
exclude = [".*", "build/", ".eggs/"]
#ignore_names = ["visit_*", "do_*"]
Expand Down

0 comments on commit ec03c7e

Please sign in to comment.