changeset 1002:d599d55a9a70 trunk

Update MANIFEST.in so that all files that are meant to be included in the source builds are included explicitly rather than relying on setuptools to find files under version control (since it fails to do so for svn 1.7.x and possibly other version control system).
author hodgestar
date Sun, 27 Jan 2013 15:08:45 +0000
parents 0f4b2e892a48
children 2e2d67621904
files MANIFEST.in
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,6 +1,12 @@
-exclude doc/2000ft.graffle
+include ChangeLog
+include COPYING
+recursive-include genshi *.py *.c *.txt *.html
+recursive-include scripts *.py
+recursive-include fixes *.py
+recursive-include examples *
+recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
 recursive-exclude doc/logo.lineform *
-include doc/api/*.*
-include doc/*.html
+exclude doc/2000ft.graffle
+global-exclude *.pyc
 include fixes/*.*
 recursive-include genshi/template/tests/templates *.html *.txt
Copyright (C) 2012-2017 Edgewall Software