We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 236f0dc + 7e74bc8 commit 8ee3c4dCopy full SHA for 8ee3c4d
1 file changed
setup.py
@@ -14,9 +14,9 @@
14
install_requires.append('PyQt5')
15
16
setuptools.setup(
17
- name="ParticleSpy",
18
- package_dir={'ParticleSpy':'ParticleSpy'},
19
- version="0.0.2",
+ name="particlespy",
+ package_dir={'particlespy':'particlespy'},
+ version="0.1.0",
20
author="Thomas Slater",
21
author_email="tjaslater@gmail.com",
22
description="A package to perform particle segmentation and analysis",
0 commit comments