Skip to content

Commit 051b1a1

Browse files
authored
Update setup.py
1 parent b0b2f32 commit 051b1a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
long_description = f.read()
1212

1313
version = {}
14-
with open(os.path.join('numerov', 'version.py')) as f:
15-
exec(f.read(), version)
14+
#with open(os.path.join('numerov', 'version.py')) as f:
15+
# exec(f.read(), version)
1616

1717
setup(
1818
name = 'ofsc',

0 commit comments

Comments
 (0)