Skip to content

Commit 8ed53ad

Browse files
committed
Update setup.py
1 parent d0de379 commit 8ed53ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def read(path):
1313

1414

1515
extra_files = {"WrightSim": ["VERSION"]}
16-
version = read(__here__ / "WrightSim" / "VERSION").read_text().strip()
16+
version = read(__here__ / "WrightSim" / "VERSION").strip()
1717

1818

1919
setup(

0 commit comments

Comments
 (0)