From 112352f7c0029854ff2913725ae9f3164790fc38 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 28 Aug 2016 18:05:01 +0300 Subject: [PATCH] Radically simplify MANIFEST.in by using global-include --- MANIFEST.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 -- 2.39.2