From db4a6ff6707f836b44e1d31688f14b9249e20055 Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Thu, 30 Nov 2017 16:42:40 +0100 Subject: [PATCH] Infra: Remove nonexistent files from MANIFEST.in PKG-INFO is generated by setup.py. There's only one licence file, in the root. https://github.com/python-ldap/python-ldap/pull/66 --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 469ebdf..8549335 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ -include MANIFEST.in Makefile CHANGES INSTALL LICENCE README TODO PKG-INFO +include MANIFEST.in Makefile CHANGES INSTALL LICENCE README TODO include tox.ini .coveragerc -include Modules/*.c Modules/*.h Modules/LICENSE +include Modules/*.c Modules/*.h recursive-include Build *.cfg* recursive-include Lib *.py recursive-include Demo *.py