]> git.phdru.name Git - m_librarian.git/blobdiff - setup.cfg
Build(.gitignore): Ignore `.pytest_cache`
[m_librarian.git] / setup.cfg
index bc172400dbde21f55d8ec9c34ee7afcf0a2e269d..48b6211a4c0e5be2cce2fa76bd683de0edeae22f 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,14 @@
 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
+