From c949b7d6f0f28461a15237ac9d54ad0b2db4c439 Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Fri, 18 Mar 2016 10:06:38 +0200 Subject: remove _markerlib from manifest Signed-off-by: Gabi Davar --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index dfea2049..668e13ce 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,6 @@ recursive-include setuptools *.py *.exe *.xml recursive-include tests *.py recursive-include setuptools/tests *.html recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.html -recursive-include _markerlib *.py recursive-include setuptools/_vendor * recursive-include pkg_resources *.py *.txt include *.py -- cgit v1.2.1 From d7dc0fde71d3ff0090222419b973df0c5a73802c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 6 May 2016 09:29:56 -0400 Subject: README and CHANGES were renamed. Update MANIFEST.in to include them once again in the source distributions. Fixes #575. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 668e13ce..cfd1b001 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,7 +5,7 @@ recursive-include docs *.py *.txt *.conf *.css *.css_t Makefile indexsidebar.htm recursive-include setuptools/_vendor * recursive-include pkg_resources *.py *.txt include *.py -include *.txt +include *.rst include MANIFEST.in include launcher.c include msvc-build-launcher.cmd -- cgit v1.2.1