jeff00seattle / pyfortified-requests

Extension of Python HTTP requests with verbose logging using pyfortified-logging.
https://pypi.org/project/pyfortified-requests/
MIT License
1 stars 1 forks source link

Versioned tarball with tests #5

Open jayvdb opened 5 years ago

jayvdb commented 5 years ago

It would be helpful if this library and https://github.com/jeff00seattle/pyfortified-logging included tests in a versioned tarball, so they can be used for testing of distro packages.

The simplest way to do that is use GitHub releases which create a tarball for the tag, with everything included.

Even better is the add the tests to the PyPI sdist. This can be mostly automated by using check-manifest which can update MANIFEST.in to ensure it is a complete archive.