pijnu
pijnu copied to clipboard
Make package pip-installable.
- Removed
importlibfrom install requirements insetup.py, was causing error - Delete PKG-INFO file (is auto-generated with updated information when installing)
- Added instructions for installing via pip in README
Hi sguermond,
Thanks for this PR. Unfortunately, the Travis tests fail.
Also, importlib is needed by Pijnu (see generator/generator.py)
Please note that pijnu is already installable by pip install pijnu. Did you encounter any problem in installing it this way?
Best regards