Skip to content

Commit

Permalink
add setuptools_scm to build env
Browse files Browse the repository at this point in the history
  • Loading branch information
patricksanders committed Sep 12, 2024
1 parent 8073986 commit a3996df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ include = ["aardvark", "README.md", "LICENSE", "aardvark/config_default.yaml"]
[tool.hatch.build.hooks.vcs]
version-file = "aardvark/__version__.py"

[tool.hatch.envs.build]
extra-dependencies = [
"setuptools_scm",
]

[tool.hatch.envs.test]
extra-dependencies = [
"pytest",
Expand Down

0 comments on commit a3996df

Please sign in to comment.