Skip to content

Commit e078660

Browse files
author
Anthony Yang
committed
remove unused code
1 parent fe546d6 commit e078660

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

+1-5
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import subprocess
88

99
PACKAGE_NAME = 'harmony_model_checker'
10-
PACKAGE_VERSION = "0.0.20a14"
10+
PACKAGE_VERSION = "0.0.20a15"
1111

1212
PACKAGE_CONFIG = Path.home() / ".harmony-model-checker"
1313

@@ -18,10 +18,6 @@ def run(self):
1818
PACKAGE_CONFIG.mkdir()
1919
super().run()
2020

21-
pkg_version_file = PACKAGE_CONFIG / "package_version"
22-
with pkg_version_file.open("w") as f:
23-
f.write(PACKAGE_VERSION)
24-
2521
harmony_cmd = shutil.which("harmony")
2622
if harmony_cmd is not None:
2723
ec = subprocess.run([harmony_cmd, "--build-model-checker"])

0 commit comments

Comments
 (0)