Skip to content

Commit b3213e4

Browse files
committed
include tests in release source tarball
It is useful for end users to have tests to ensure the package is working correctly. I've been working on building a package of this software to include in Debian GNU/Linux. During the package build process it is very helpful to be able to run the tests. I also plan to run the tests frequently using the Debian continuous integration infrastructure. This will help to catch any regressions across the Python ecosystem within Debian. Other distributions will find the tests useful for the same reason.
1 parent 0f5ef38 commit b3213e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include AUTHORS
22
include LICENSE
33
include README.rst
4+
include tests.py

0 commit comments

Comments
 (0)