Skip to content

Commit

Permalink
update setup.py to set version using versioneer
Browse files Browse the repository at this point in the history
  • Loading branch information
dwr-psandhu committed Dec 20, 2024
1 parent 997533a commit 7d17166
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def read(*parts):
)

setup(
ext_modules=[pyheclib_module],
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
ext_modules=[pyheclib_module],
)

0 comments on commit 7d17166

Please sign in to comment.