Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed May 17, 2022
1 parent a7d1ca4 commit bbd83c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
with open(f"{_dir}/README.md") as f:
long_desc = f.read()

with open(f"{_dir}/VERSION") as f:
version = f.read()
__version__ = version
#with open(f"{_dir}/VERSION") as f:
# version = f.read()
# __version__ = version

setup(
name="pagurus",
Expand Down

0 comments on commit bbd83c7

Please sign in to comment.