comparison MANIFEST.in @ 4702:3dc458554d68

issue2550774: Fix generation of documentation - sphinx has replaced rst2html to generate the documentation, so the rst2html stuff is removed, and update the README - add the missing sphinx docs/conf.py file to the MANIFEST
author John Kristensen <john@jerrykan.com>
date Sun, 16 Dec 2012 13:10:52 +1100
parents 39531c28e540
children 57adf2c4c40f
comparison
equal deleted inserted replaced
4701:93c5489c0ede 4702:3dc458554d68
6 recursive-include test *.py *.txt 6 recursive-include test *.py *.txt
7 recursive-include doc *.html *.png *.txt *.css *.1 *.example 7 recursive-include doc *.html *.png *.txt *.css *.1 *.example
8 recursive-include detectors *.py 8 recursive-include detectors *.py
9 recursive-include templates *.* home* page* 9 recursive-include templates *.* home* page*
10 global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store 10 global-exclude .svn .cvsignore *.pyc *.pyo .DS_Store
11 include run_tests.py *.txt demo.py MANIFEST.in MANIFEST 11 include run_tests.py *.txt demo.py MANIFEST.in MANIFEST doc/conf.py
12 exclude BUILD.txt I18N_PROGRESS.txt TODO.txt 12 exclude BUILD.txt I18N_PROGRESS.txt TODO.txt
13 exclude doc/security.txt doc/templating.txt 13 exclude doc/security.txt doc/templating.txt
14 include locale/*.po locale/*.mo locale/roundup.pot 14 include locale/*.po locale/*.mo locale/roundup.pot

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