X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=MANIFEST.in;h=d73b9c9b44f4f39875d858f3821e9a729ec20ead;hb=ddeb31dfe19724f8899cc1d89cc22885c9f819c3;hp=b5e2f733c1b898ad781bb0d54c0cee74a0fa605e;hpb=d675258d7808cfe4f155b87e1e8d60bec4356072;p=m_librarian.git diff --git a/MANIFEST.in b/MANIFEST.in index b5e2f73..d73b9c9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,11 @@ -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 *.py *.inpx +global-include Makefile *.py *.rst *.txt +include docs/genapidocs COPYING MANIFEST.in TODO mk-distr tox.ini +include m_librarian.conf.sample +include m_librarian/web/static/style.css +include m_librarian/web/views/*.tmpl +recursive-include docs* *.css *.js *.html *.gif *.png +recursive-include m_librarian/glst genres_*.glst +recursive-include m_librarian/translations *.mo *.po +recursive-include tests test_config.conf *.inpx +recursive-exclude devscripts * +recursive-exclude docs*/_build *