ojarva / python-sshpubkeys

OpenSSH public key parser for Python
BSD 3-Clause "New" or "Revised" License
101 stars 42 forks source link

Add MANIFEST.in to handle README.rst, not included by default #22

Closed Rocco83 closed 7 years ago

Rocco83 commented 7 years ago

Build fail for rpm in example, because of README.rst is not copied over by default.

ojarva commented 7 years ago

What tool you are using to build rpm files? If you're using something that needs other configuration, I don't see any point in including MANIFEST.in alone.

Rocco83 commented 7 years ago

i think that it depends on some application version. when i run it on fully upgraded RHEL6, i get error in missing README.rst.

On debian jessie (yes, building rpm) instead it is compiled successfully. Below the code used.

python setup.py bdist --formats=rpm

Thanks for the fast feedback.

Daniele