From 1627856127b1172fc8950248cbb49f0172b5c3bb Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Tue, 2 Jul 2019 17:45:50 -0700 Subject: [PATCH] Include tox.ini in sdist It is considered good practice to include test files in the source distribution, as well as the files used to run them. It allows packagers and users to run the tests locally to ensure the package is complete and working. --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index f11ee174c..937f1b651 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ - include *.c include *.h include *.in @@ -9,6 +8,7 @@ include *.sh include *.txt include LICENSE include Makefile +include tox.ini graft Tests graft src graft depends @@ -24,7 +24,6 @@ exclude .editorconfig exclude .landscape.yaml exclude .readthedocs.yml exclude azure-pipelines.yml -exclude tox.ini global-exclude .git* global-exclude *.pyc global-exclude *.so