We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f0086 commit 261a40eCopy full SHA for 261a40e
1 file changed
setup.py
@@ -12,7 +12,7 @@
12
PACKAGES = find_packages()
13
14
# Get version and release info, which is all stored in DeterministicParticleFlowControl/version.py
15
-ver_file = os.path.join('DeterministicParticleFlowConstrol', 'version.py')
+ver_file = os.path.join('DeterministicParticleFlowControl', 'version.py')
16
with open(ver_file) as f:
17
exec(f.read())
18
@@ -45,4 +45,4 @@
45
46
47
if __name__ == '__main__':
48
- setup(**opts)
+ setup(**opts)
0 commit comments