summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2018-09-24 08:21:11 -0700
committerDavid Lord <davidism@gmail.com>2018-09-24 08:21:11 -0700
commit5585856f5a7075656f94ffa2af8757cbd1b4fcca (patch)
treed4e393b3263de84a7ce5cce81913d7993aeee862 /setup.cfg
parenta589835a5b656eec4bace076ac7e947662c1cc68 (diff)
downloadclick-meta.tar.gz
update metadatameta
test on 3.7 fix collections deprecation warning
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