Skip to content

Commit

Permalink
Prepare for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 committed Oct 10, 2024
1 parent 92ac355 commit 5cb5f1e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ def _get_version():
else:
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
version = f.readline().strip()
if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
version += "+" + sha[:7]

if sha is None:
sha = "Unknown"
Expand Down

0 comments on commit 5cb5f1e

Please sign in to comment.