Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisspyB authored Oct 18, 2024
1 parent 4926ad2 commit 83dfc9d
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 @@ -4,7 +4,7 @@
from setuptools import find_packages, setup

__version__ = re.search(
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', io.open("pygribjump/version.py", encoding="utf_8_sig").read()
r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', io.open("pygribjump/src/pygribjump/version.py", encoding="utf_8_sig").read()
).group(1)

setup(
Expand Down

0 comments on commit 83dfc9d

Please sign in to comment.