Author: cito Date: Wed Dec 30 12:16:05 2015 New Revision: 675 Log: Add a manifest template
Added: branches/4.x/module/MANIFEST.in trunk/module/MANIFEST.in Modified: branches/4.x/module/ (props changed) trunk/module/ (props changed) Added: branches/4.x/module/MANIFEST.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/4.x/module/MANIFEST.in Wed Dec 30 12:16:05 2015 (r675) @@ -0,0 +1,11 @@ +include *.c +include *.h +include *.py +include *.cfg +recursive-include tests *.py + +global-exclude *.pyc +global-exclude *.pyo +global-exclude *.o +global-exclude *.so +global-exclude _pg.* \ No newline at end of file Added: trunk/module/MANIFEST.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ trunk/module/MANIFEST.in Wed Dec 30 12:16:05 2015 (r675) @@ -0,0 +1,11 @@ +include *.c +include *.h +include *.py +include *.cfg +recursive-include tests *.py + +global-exclude *.pyc +global-exclude *.pyo +global-exclude *.o +global-exclude *.so +global-exclude _pg.* \ No newline at end of file _______________________________________________ PyGreSQL mailing list [email protected] https://mail.vex.net/mailman/listinfo.cgi/pygresql
