Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit c9520fd

Browse files
committed
Added version.txt in MANIFEST.in
1 parent 4920464 commit c9520fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
include version.txt
2+
13
recursive-include minihack/dat *
24
recursive-include minihack/lib *
35
recursive-include minihack/scripts *

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
long_description = f.read()
8585
cwd = os.path.dirname(os.path.abspath(__file__))
8686
sha = "Unknown"
87-
version = "0.1.1"
87+
version = open("version.txt", "r").read().strip()
8888

8989
try:
9090
sha = (

0 commit comments

Comments
 (0)