We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce471b commit 397fca8Copy full SHA for 397fca8
setup.py
@@ -25,6 +25,6 @@ def readme():
25
packages=find_packages(),
26
include_package_data=True,
27
entry_points={
28
- 'console_scripts': ['stecfinder=stecfinder.STECfinder:main'],
+ 'console_scripts': ['stecfinder=stecfinder.stecfinder:main'],
29
},
30
zip_safe=False)
0 commit comments