From: Oleg Broytman Date: Sun, 28 Aug 2016 15:05:01 +0000 (+0300) Subject: Radically simplify MANIFEST.in by using global-include X-Git-Tag: 0.0.1~10 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=112352f7c0029854ff2913725ae9f3164790fc38;hp=366adfd33e858aabc683f973bc1b2a08c2f5e58f Radically simplify MANIFEST.in by using global-include --- diff --git a/MANIFEST.in b/MANIFEST.in index 197030d..a7f0723 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,4 @@ -include docs/genapidocs -include COPYING ChangeLog MANIFEST.in Makefile TODO ez_setup.py mk-distr *.txt -recursive-include demo *.py sample.sql -recursive-include docs Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png -recursive-include tests Makefile *.py +global-include Makefile *.py *.rst *.txt +include demo/sample.sql docs/genapidocs +include COPYING ChangeLog MANIFEST.in TODO mk-distr +recursive-include docs *.css *.js *.html *.gif *.png