Skip to content

Commit 5cb5f1e

Browse files
committed
Prepare for pypi
1 parent 92ac355 commit 5cb5f1e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ def _get_version():
2929
else:
3030
with open(os.path.join(ROOT_DIR, "version.txt"), "r") as f:
3131
version = f.readline().strip()
32-
if sha is not None and "OFFICIAL_RELEASE" not in os.environ:
33-
version += "+" + sha[:7]
3432

3533
if sha is None:
3634
sha = "Unknown"

0 commit comments

Comments
 (0)