Change propka31 to propka32.

This commit is contained in:
Nathan Baker
2020-06-17 15:25:50 -07:00
parent 4e7a41730d
commit 0c4979560d
4 changed files with 7 additions and 7 deletions

View File

@@ -45,7 +45,7 @@ See http://propka.org/ for the PROPKA web server.
],
packages=find_packages(exclude=['scripts']),
package_data={'propka': ['*.dat', '*.cfg']},
entry_points={'console_scripts': ['propka31 = propka.run:main', ]},
entry_points={'console_scripts': ['propka32 = propka.run:main', ]},
zip_safe=True,
python_requires='>=3.5',
tests_require=["pandas", "numpy"],