Skip to content

Commit

Permalink
read __version__ during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Jul 24, 2023
1 parent 4f01585 commit 112a1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
long_description_content_type="text/x-rst",
url="https://pydsge.readthedocs.io/en/latest/index.html",
name="pydsge",
version=__version__,
version=version['__version__'],
author="Gregor Boehl",
author_email="admin@gregorboehl.com",
license="MIT",
Expand Down

0 comments on commit 112a1b8

Please sign in to comment.