summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg15
1 files changed, 2 insertions, 13 deletions
diff --git a/setup.cfg b/setup.cfg
index ba528cd..12421b7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,8 @@ description = "Higher Level Zookeeper Client"
long_description = file: README.md, CHANGES.md
long_description_content_type = text/markdown
license = Apache 2.0
-license_file = LICENSE
+license_files =
+ LICENSE
platform = any
keywords = zookeeper, lock, leader, configuration
classifiers =
@@ -82,16 +83,4 @@ alldeps =
%(sasl)s
%(docs)s
-[tool:pytest]
-addopts = -ra -v
-[flake8]
-builtins = _
-exclude =
- .git,
- __pycache__,
- .venv/,venv/,
- .tox/,
- build/,dist/,*egg,
- docs/conf.py,
- zookeeper/