X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=setup.cfg;h=b5b0e1699b4193fad395c1a99995247b37009002;hb=10f50ecc606a84ead65526f78a9544996f8e6ccd;hp=7048e1c775adac4f4fd612d2e4aa0a15888d95e3;hpb=8f7d4e208b6d3034586e1b6cc085f64d4eb63218;p=m_librarian.git diff --git a/setup.cfg b/setup.cfg index 7048e1c..b5b0e16 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +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