X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.cfg;h=982ea8ab7fadbca2cfa65e75ccfd4eb7efb0cb9d;hb=281320701796a6fd5984f3ef66ee450ea2e7c4b3;hp=bc172400dbde21f55d8ec9c34ee7afcf0a2e269d;hpb=12febf0a2f7549e2e2de5a1f2f7610255e0ad14a;p=m_librarian.git diff --git a/setup.cfg b/setup.cfg index bc17240..982ea8a 100644 --- 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,docs/conf.py,docs-ru/conf.py +