We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0de379 commit 8ed53adCopy full SHA for 8ed53ad
setup.py
@@ -13,7 +13,7 @@ def read(path):
13
14
15
extra_files = {"WrightSim": ["VERSION"]}
16
-version = read(__here__ / "WrightSim" / "VERSION").read_text().strip()
+version = read(__here__ / "WrightSim" / "VERSION").strip()
17
18
19
setup(
0 commit comments