From 81a4a5f7b50f5221eeaaed98bceedb3676c7e62f Mon Sep 17 00:00:00 2001 From: Martin Mahner Date: Thu, 12 Sep 2019 09:13:17 +0200 Subject: [PATCH] Remove local config from package. --- MANIFEST.in | 1 - setup.cfg | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 66a9ec1..51a4500 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,4 +7,3 @@ recursive-include dpaste/templates * recursive-include dpaste/static * recursive-include docs * recursive-exclude docs/_build * -exclude dpaste/settings/local.py diff --git a/setup.cfg b/setup.cfg index b243fee..d9d890c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,6 +45,12 @@ install_requires = tox coverage +[options.packages.find] +where = . +exclude = + dpaste/settings/local.py + + [isort] known_first_party = dpaste default_section = THIRDPARTY