From 9af09a492f5028e136c2384216ee918b92bbf0b2 Mon Sep 17 00:00:00 2001 From: "Amber Brown (HawkOwl)" Date: Mon, 10 Apr 2017 16:41:37 +1000 Subject: [PATCH] manifest --- MANIFEST.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index e446c81fd97..4a04f52fbe8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,14 +9,15 @@ # Do not include the old topfiles, or news fragments recursive-exclude src/twisted *.misc *.bugfix *.doc *.feature *.removal -recursive-exclude src/twisted NEWS README topfiles +recursive-exclude src/twisted NEWS README newsfragments exclude src/twisted/topfiles/CREDITS src/twisted/topfiles/ChangeLog.Old # Include NEWS, READMEs, etc recursive-include docs README -include NEWS README.rst INSTALL.rst CONTRIBUTING LICENSE code_of_conduct.md +include NEWS.rst README.rst INSTALL.rst CONTRIBUTING LICENSE code_of_conduct.md # Exclude admin scripts and things only useful when running from a source checkout +exclude pyproject.toml exclude codecov.yml exclude appveyor.yml prune bin