X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=setup.cfg;h=982ea8ab7fadbca2cfa65e75ccfd4eb7efb0cb9d;hb=67ca178cbadd899cc7a9866e14fcb9e718e8075a;hp=2593b3ecdaacc4b2b471ff670b2b0ca6cc0f6a35;hpb=b4c32de2c80bb2dc5fefe8b2cea00b7d3a9330d3;p=m_librarian.git diff --git a/setup.cfg b/setup.cfg index 2593b3e..982ea8a 100644 --- 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,docs/conf.py,docs-ru/conf.py +