Skip to content

Commit

Permalink
fix versioneer based on python-versioneer/python-versioneer#370
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Nov 26, 2023
1 parent 59dd658 commit 17d895f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ lammps = [
[tool.setuptools]
packages = ["atomistics"]

[tool.setuptools.dynamic]
version = {attr = "atomistics.__version__"}

[tool.versioneer]
VCS = "git"
style = "pep440"
Expand Down

0 comments on commit 17d895f

Please sign in to comment.