X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=setup.cfg;h=e3ba0bc3216514ef07704bf5e8f266819040b970;hb=HEAD;hp=2c94d5533d64b13f20e5b04f933fb973f50196a4;hpb=ae5635c242e5e80c38dffe04a2cd3e5b3fa00cb1;p=m_librarian.git diff --git a/setup.cfg b/setup.cfg index 2c94d55..b5b0e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,14 @@ [bdist_wheel] universal = 1 +[easy_install] +optimize = 2 + +[egg_info] +tag_build = +tag_date = 0 +tag_svn_revision = 0 + [flake8] -exclude = .git,docs/conf.py,docs-ru/conf.py +exclude = .git,.tox,docs/conf.py,docs-ru/conf.py,m_librarian/web/views