]> git.phdru.name Git - m_librarian.git/commitdiff
Update MANIFEST.in to include docs in source dist
authorOleg Broytman <phd@phdru.name>
Mon, 11 Apr 2016 19:16:50 +0000 (22:16 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Apr 2016 19:16:50 +0000 (22:16 +0300)
Also include Makefiles and translations.

MANIFEST.in
setup.cfg

index 3bbe63ce042e99fa3f64ce0159a38dd81e8e188f..8858236aee521704c31a5c3ecf493961cb1fb861 100644 (file)
@@ -1,3 +1,7 @@
-include COPYING ChangeLog MANIFEST.in README.rus.txt README.txt
-include TODO mk-distr requirements.txt sample/m_librarian.conf
-recursive-include m_librarian *.py
+include docs/genapidocs
+include sample/m_librarian.conf
+include COPYING ChangeLog MANIFEST.in
+include TODO mk-distr
+include Makefile *.py *.rst *.txt *.css *.js *.html *.gif *.png
+recursive-include docs* *.txt
+recursive-include m_librarian *.mo
index 2c94d5533d64b13f20e5b04f933fb973f50196a4..7048e1c775adac4f4fd612d2e4aa0a15888d95e3 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,11 @@
 [bdist_wheel]
 universal = 1
 
+[egg_info]
+tag_build = 
+tag_date = 0
+tag_svn_revision = 0
+
 [flake8]
 exclude = .git,docs/conf.py,docs-ru/conf.py