We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b2f32 commit 051b1a1Copy full SHA for 051b1a1
1 file changed
setup.py
@@ -11,8 +11,8 @@
11
long_description = f.read()
12
13
version = {}
14
-with open(os.path.join('numerov', 'version.py')) as f:
15
- exec(f.read(), version)
+#with open(os.path.join('numerov', 'version.py')) as f:
+# exec(f.read(), version)
16
17
setup(
18
name = 'ofsc',
0 commit comments