Closed dotlambda closed 6 years ago
Hey,
Could you help me understand what the specific use you have this? In general this not a very common practice and including it in the manifest like this don't mean it will get installed with pip so you wouldn't really see this file anyway. That may be a good thing though as this is packaged as a plain module and the tests would be another top-level module which is kinda silly.
My specific use case is for packaging into NixOS. For now I used the GitHub URL, but a PyPI URL would be more stable as it doesn't include a username.
hmm ok, makes sense
Thanks for the PR, new tarball with tests included published as version 1.0.1
Thanks !
This e.g. allows downstream distributions to use your test suite as integration tests.
Fixes #32