[Python-modules-commits] [python-social-auth] 35/131: Exclude site from package
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:16:58 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.20
in repository python-social-auth.
commit c1fcb6ab765b49456937af6efb9f4365501cbe35
Author: Matías Aguirre <matiasaguirre at gmail.com>
Date: Fri Apr 29 13:39:39 2016 -0300
Exclude site from package
---
setup.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.cfg b/setup.cfg
index 365848c..d817985 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 119
# Ignore some well known paths
-exclude = .venv,.tox,dist,doc,build,*.egg,db/env.py,db/versions/*.py
+exclude = .venv,.tox,dist,doc,build,*.egg,db/env.py,db/versions/*.py,site
[nosetests]
verbosity=2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list