Re-packaged with setuptools for standard installation

* 'python setup.py install' will install
  - a package 'propka' (which contains everything that 'Source' contained
    in the original distribution)
  - an executable script 'propka31' (which is identical to the original
    'propka.py' script but it is automatically generated via the setuptools
    mechanism; it uses propka.run.main().
* 'pip install' will also work
* the README.md file was changed to reflect the alterations
* metadata in the setup.py file was added

NOTE: The licence is still unclear!
This commit is contained in:
Oliver Beckstein
2013-07-25 11:14:44 -07:00
parent 695fbb4fbe
commit b928c18bab
29 changed files with 1348 additions and 577 deletions

4
MANIFEST.in Normal file
View File

@@ -0,0 +1,4 @@
include README.md INSTALL
include ez_setup.py setup.py
include propka.cfg