X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.cfg;h=b5b0e1699b4193fad395c1a99995247b37009002;hb=HEAD;hp=2593b3ecdaacc4b2b471ff670b2b0ca6cc0f6a35;hpb=861107f3a28585d16fc65a29af3ea2da5de770ec;p=m_librarian.git diff --git a/setup.cfg b/setup.cfg index 2593b3e..b5b0e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,14 @@ [bdist_wheel] universal = 1 +[easy_install] +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 +