]> git.phdru.name Git - m_librarian.git/blobdiff - setup.cfg
Exclude sphinx-generated conf.py from flake8
[m_librarian.git] / setup.cfg
index bc172400dbde21f55d8ec9c34ee7afcf0a2e269d..2c94d5533d64b13f20e5b04f933fb973f50196a4 100644 (file)
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
 [bdist_wheel]
 universal = 1
 
-[easy_install]
-
 [flake8]
-exclude = .git
+exclude = .git,docs/conf.py,docs-ru/conf.py
+