Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BijanSeif authored Sep 1, 2022
1 parent c97887e commit 0c5d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

assert "." in BraineryWiz_version

assert os.path.isfile("brainerywiz/version.py")
with open("brainerywiz/VERSION", "w", encoding="utf-8") as fh:
assert os.path.isfile("BraineryWiz/version.py")
with open("BraineryWiz/VERSION", "w", encoding="utf-8") as fh:
fh.write(f"{BraineryWiz_version}\n")


Expand Down

0 comments on commit 0c5d694

Please sign in to comment.