]> git.phdru.name Git - m_librarian.git/blobdiff - setup.cfg
Version 0.1.0: Web-interface
[m_librarian.git] / setup.cfg
index 2593b3ecdaacc4b2b471ff670b2b0ca6cc0f6a35..39c17d20892872cf5a78fa5425e616d3eef3268d 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,15 @@
 [bdist_wheel]
 universal = 1
 
+[easy_install]
+find_links = http://phdru.name/Software/Python/
+optimize = 2
+
+[egg_info]
+tag_build = 
+tag_date = 0
+tag_svn_revision = 0
+
 [flake8]
-exclude = .git
+exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,m_librarian/web/views
+