Skip to content

Commit

Permalink
fixing version parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Apr 12, 2022
1 parent 0809533 commit b98afad
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 @@ -31,7 +31,7 @@
readme_markdown = ""


with open('%s/__init__.py' % package_name, 'r') as f:
with open('%s/version.py' % package_name, 'r') as f:
version = re.search(
r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]',
f.read(),
Expand Down

0 comments on commit b98afad

Please sign in to comment.