Skip to content

Commit 261a40e

Browse files
Update setup.py
1 parent 28f0086 commit 261a40e

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
@@ -12,7 +12,7 @@
1212
PACKAGES = find_packages()
1313

1414
# Get version and release info, which is all stored in DeterministicParticleFlowControl/version.py
15-
ver_file = os.path.join('DeterministicParticleFlowConstrol', 'version.py')
15+
ver_file = os.path.join('DeterministicParticleFlowControl', 'version.py')
1616
with open(ver_file) as f:
1717
exec(f.read())
1818

@@ -45,4 +45,4 @@
4545

4646

4747
if __name__ == '__main__':
48-
setup(**opts)
48+
setup(**opts)

0 commit comments

Comments
 (0)