Mercurial > p > roundup > code
view MANIFEST.in @ 4901:fa268ea457db
Add note about dropping support for Python v2.5
After some discussion on the roundup-devel mailing list it was agreed
that support for Python v2.5 should be dropped in the v1.6 release of
Roundup.
Dropping support for Python v2.5 should allow a number of cleanups to
the code base as well a provide and opportunity to start porting Roundup
to Python v3.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Wed, 25 Jun 2014 13:19:42 +1000 |
| parents | 3dc458554d68 |
| children | 57adf2c4c40f |
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 doc/conf.py exclude BUILD.txt I18N_PROGRESS.txt TODO.txt exclude doc/security.txt doc/templating.txt include locale/*.po locale/*.mo locale/roundup.pot
