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:
@@ -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
|
||||
Reference in New Issue
Block a user