annotate MANIFEST.in @ 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 60906489b11a
children
rev   line source
1002
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
1 include ChangeLog
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
2 include COPYING
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
3 recursive-include genshi *.py *.c *.txt *.html
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
4 recursive-include scripts *.py
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
5 recursive-include fixes *.py
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
6 recursive-include examples *
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
7 recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
251
e89e24803d63 Remove another duplicate unit test, and add two more interpolation tests.
cmlenz
parents: 248
diff changeset
8 recursive-exclude doc/logo.lineform *
1002
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
9 exclude doc/2000ft.graffle
d599d55a9a70 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).
hodgestar
parents: 962
diff changeset
10 global-exclude *.pyc
962
60906489b11a Include fixes in source tarball so it can build on Python 3.x.
hodgestar
parents: 929
diff changeset
11 include fixes/*.*
929
d010a80ebb4f Merge r1137 from py3k: add 2to3 build infrastructure to setup.py (this pulls the tests into the source distribution so that tests can be run after building with 2to3)
hodgestar
parents: 492
diff changeset
12 recursive-include genshi/template/tests/templates *.html *.txt
Copyright (C) 2012-2017 Edgewall Software