From b755d56c0252cce9f47eefb21db3d75ee4f16c94 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 May 2016 22:58:12 +0200 Subject: Rename setup.cfg to .flake8 We only use it to store flake8 config, and it turns out flake8 didn't actually deprecate .flake8. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index ea5d36eca..d66ef65a4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -38,5 +38,6 @@ exclude .travis.yml exclude codecov.yml exclude .pydocstylerc exclude misc/appveyor_install.py +exclude .flake8 global-exclude __pycache__ *.pyc *.pyo -- cgit v1.2.3-54-g00ecf