]> git.phdru.name Git - m_librarian.git/commitdiff
Radically simplify MANIFEST.in by using global-include
authorOleg Broytman <phd@phdru.name>
Sun, 28 Aug 2016 15:01:19 +0000 (18:01 +0300)
committerOleg Broytman <phd@phdru.name>
Sun, 28 Aug 2016 15:01:19 +0000 (18:01 +0300)
MANIFEST.in

index e9330cce386f0f855b4fd559e7cfeb19b8121a8c..25a3560b22f62c355ded39dca057123d7e5dab81 100644 (file)
@@ -1,5 +1,6 @@
+global-include Makefile *.py *.rst *.txt
 include docs/genapidocs sample/m_librarian.conf
-include COPYING ChangeLog MANIFEST.in Makefile TODO mk-distr *.txt
-recursive-include docs* Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png
-recursive-include m_librarian/translations Makefile *.mo *.po
-recursive-include tests Makefile test_config.conf *.py *.inpx
+include COPYING ChangeLog MANIFEST.in TODO mk-distr
+recursive-include docs* *.css *.js *.html *.gif *.png
+recursive-include m_librarian/translations *.mo *.po
+recursive-include tests test_config.conf *.inpx