Update executable script name.

Changed script name to propka3 based on https://github.com/jensengroup/propka-3.1/pull/61#discussion_r442326049

Updated additional information in setup.py
This commit is contained in:
Nathan Baker
2020-06-18 08:57:12 -07:00
parent 573b38db38
commit 7a25ec6598
3 changed files with 12 additions and 10 deletions

View File

@@ -3,12 +3,12 @@
This is the original propka script. However, this distribute-based
installation moved the main() function into propka.run.main and just
generates a script called `propka32` from the setup.py installation
generates a script called `propka3` from the setup.py installation
script. You should not need to use this script.
(Also note that there can be import problems because the script name
is the same as the module name; that's why the new script is called
`propka32`.)
`propka3`.)
"""
from propka.lib import loadOptions
from propka.input import read_parameter_file, read_molecule_file