pakal / django-compat-patcher

A system to improve compatibility between different Django versions, and make upgrading dependencies less painful.
MIT License
13 stars 2 forks source link

Tags and tests #1

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

It would be helpful to be able to get the tests somehow, using a release.

GitHub doesnt have tags for v0.4.

The sdist release on PyPI doesnt include the tests.

Ideally the sdist does include the tests, usually using MANIFEST.in. That is the easiest way for packagers to get the tests.

pakal commented 5 years ago

Thanks for the input, I've just added a release-0.4 tag, and modified the build so that tests will be included in the next 0.5 sdist (using graft in MANIFEST.in). This is currently in master branch.

pakal commented 5 years ago

release-0.5 includes unit-tests in the source distrib.