Skip to content

Commit

Permalink
Fix incorrect .version ref #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cobaltine committed Dec 21, 2020
1 parent f5ad347 commit 14fe34d
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 @@ -3,7 +3,7 @@
with open('README.md', 'r', encoding='utf-8') as f:
long_description = f.read()

with open('README.md', 'r', encoding='utf-8') as f:
with open('.version', 'r', encoding='utf-8') as f:
version = f.read()[1:] # Omit 'v'

setuptools.setup(
Expand Down

0 comments on commit 14fe34d

Please sign in to comment.