Author: cito Date: Mon Jan 11 05:24:33 2016 New Revision: 712 Log: Make python setup.py sdist include the docs
Modified: branches/4.x/MANIFEST.in trunk/MANIFEST.in Modified: branches/4.x/MANIFEST.in ============================================================================== --- branches/4.x/MANIFEST.in Mon Jan 11 03:45:05 2016 (r711) +++ branches/4.x/MANIFEST.in Mon Jan 11 05:24:33 2016 (r712) @@ -3,6 +3,7 @@ include *.py include *.cfg recursive-include tests *.py +recursive-include docs *.html *.css *.txt *.js *.gif *.png *.ico *.py Makefile *.bat *.rst *.css_t global-exclude *.pyc global-exclude *.pyo Modified: trunk/MANIFEST.in ============================================================================== --- trunk/MANIFEST.in Mon Jan 11 03:45:05 2016 (r711) +++ trunk/MANIFEST.in Mon Jan 11 05:24:33 2016 (r712) @@ -3,6 +3,7 @@ include *.py include *.cfg recursive-include tests *.py +recursive-include docs *.html *.css *.txt *.js *.gif *.png *.ico *.py Makefile *.bat *.rst *.css_t global-exclude *.pyc global-exclude *.pyo _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
