sfneal / PyPDF3

A utility to read and write PDFs with Python
https://pythonhosted.org/PyPDF2/
Other
72 stars 15 forks source link

MANIFEST.in: Add docs and tests #4

Closed jayvdb closed 3 years ago

jayvdb commented 3 years ago

It is nice to see that there is a release of this repo.

This adds docs and tests so that distro packaging can run the tests on their VMs, allowing PyPDF3 to be used as a replacement for pypdf.

Also it would be helpful if there was also tags in https://github.com/sfneal/PyPDF3/tags for the new releases.

jayvdb commented 3 years ago

Also note that setup.py emits

/usr/lib64/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'

This is because it isnt using setuptools, and distutils doesnt recognise arguments like install_requires which are only supported by setuptools.