matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

Include tests in sdist #19

Closed fladi closed 9 years ago

fladi commented 9 years ago

This will allow developers to use the tests from the source tarball while they still won't be installed. I'd use this in a future Debian package of pilkit to run the tests during build.

matthewwithanm commented 9 years ago

Hey @fladi, thanks for the pull request! Have you thought about how this relates to #14? I was previously including the tests but it caused issues so my quick fix was to just not include them.

fladi commented 9 years ago

This is addressed in 491d9ddc68d978690ff7b9882de2f306fcdd8ee1 which excludes the tests package and all its subpackages from getting installed by python setup.py install (or bdist).

matthewwithanm commented 9 years ago

Oh right, awesome! Thanks so much!