summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg22
1 files changed, 17 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 3b0846a..d4c2343 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,20 @@
-[bdist_wheel]
-universal=1
-
[metadata]
-license_file = LICENSE
+license_file = LICENSE.rst
+
+[bdist_wheel]
+universal = 1
[tool:pytest]
-addopts = -p no:warnings --tb=short
+testpaths = tests
+
+[coverage:run]
+branch = True
+source =
+ click
+ tests
+
+[coverage:paths]
+source =
+ click
+ .tox/*/lib/python*/site-packages/click
+ .tox/pypy/site-packages/click