view MANIFEST.in @ 4492:5d43b2a5eb69

test that announcement.txt is pure ASCII... ...required at least up to python2.5 by distutils. (Note tht doc/announcement.txt is the *old* announcement from the last release, I've changed it so that setup.py will work for now and to illustrate what needed to be changed).
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Wed, 20 Apr 2011 13:12:53 +0000
parents 39531c28e540
children 3dc458554d68
line wrap: on
line source

recursive-include share *
recursive-include roundup *.*
recursive-include frontends *.*
recursive-include scripts *.* *-*
recursive-include tools *.*
recursive-include test *.py *.txt
recursive-include doc *.html *.png *.txt *.css *.1 *.example
recursive-include detectors *.py
recursive-include templates *.* home* page*
global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store
include run_tests.py *.txt demo.py MANIFEST.in MANIFEST
exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
exclude doc/security.txt doc/templating.txt
include locale/*.po locale/*.mo locale/roundup.pot

Roundup Issue Tracker: http://roundup-tracker.org/