From bcbd0795b08e692a4c6b0bc72a9219975d3a73da Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Sun, 23 Dec 2012 15:45:13 +0000 Subject: [PATCH] Ensure MANIFEST.in is correct - No longer include *.pyc Change-Id: I645cebb04a0a961bb4812ae69ff9dbf36ec486d7 --- MANIFEST.in | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 461015ca8..918a29d4c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,12 +1,10 @@ +include AUTHORS +include ChangeLog +include moniker/versioninfo +include *.txt *.ini *.cfg *.rst *.md +recursive-include etc * + exclude .gitignore exclude .gitreview exclude *.sublime-project - global-exclude *.pyc - -include *.txt *.ini *.cfg *.rst *.md - -recursive-include moniker * -recursive-include etc * -recursive-include templates * -