summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFrazer McLean <frazer@frazermclean.co.uk>2022-10-21 19:52:46 +0200
committerGitHub <noreply@github.com>2022-10-21 10:52:46 -0700
commit4bdae5e2e251915f618e048cec4613168de1f12b (patch)
tree42acc4eaa987ece57e3834fd8a53ae8c1ef168fd /setup.py
parentdc996d32a3631740b0b7ba980d3eee28cd726c9c (diff)
downloadpython-coveragepy-git-4bdae5e2e251915f618e048cec4613168de1f12b.tar.gz
Use SPDX license expression in project metadata (#1478)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 67aedc1b..33ddf560 100644
--- a/setup.py
+++ b/setup.py
@@ -120,7 +120,7 @@ setup_args = dict(
long_description=long_description,
long_description_content_type='text/x-rst',
keywords='code coverage testing',
- license='Apache 2.0',
+ license='Apache-2.0',
classifiers=classifier_list,
url="https://github.com/nedbat/coveragepy",
project_urls={