Edgewall Software

Changeset 1225


Ignore:
Timestamp:
Jan 27, 2013, 4:08:45 PM (11 years ago)
Author:
hodgestar
Message:

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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MANIFEST.in

    r1186 r1225  
     1include ChangeLog
     2include COPYING
     3recursive-include genshi *.py *.c *.txt *.html
     4recursive-include scripts *.py
     5recursive-include fixes *.py
     6recursive-include examples *
     7recursive-include doc *.html *.css *.txt *.png *.gif *.py *.ini COPYING
     8recursive-exclude doc/logo.lineform *
    19exclude doc/2000ft.graffle
    2 recursive-exclude doc/logo.lineform *
    3 include doc/api/*.*
    4 include doc/*.html
     10global-exclude *.pyc
    511include fixes/*.*
    612recursive-include genshi/template/tests/templates *.html *.txt
Note: See TracChangeset for help on using the changeset viewer.