summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIan Denhardt <ian@zenhack.net>2017-02-09 11:49:30 -0500
committerIan Denhardt <ian@zenhack.net>2017-02-09 11:49:30 -0500
commitdb7fa1fccd586b013cd5fcade3f7692c78df0da7 (patch)
tree78d168b6c57c5088b677604ab54e44604bb4a981 /MANIFEST.in
parentc2b73f139998cd465133b5942a345875486ce514 (diff)
Fix the packaging of tests
* Include the tests in the sdist * Don't install the test packages if present when running setup.py install. This way installing correctly omits the tests/ subdirectory when installing from a git checkout -- previously this would install a package called "tests" as well. Furthermore, the tests are now included in the sdist, as they should be.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 40c8eef3..3b8a3756 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,4 +2,5 @@ include COPYING
include NEWS
include extra/completion/alot-completion.zsh
include extra/alot.desktop
-recursive-exclude tests *
+include tests
+recursive-exclude *