diff options
author | Frazer McLean <frazer@frazermclean.co.uk> | 2022-10-21 19:52:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 10:52:46 -0700 |
commit | 4bdae5e2e251915f618e048cec4613168de1f12b (patch) | |
tree | 42acc4eaa987ece57e3834fd8a53ae8c1ef168fd /setup.py | |
parent | dc996d32a3631740b0b7ba980d3eee28cd726c9c (diff) | |
download | python-coveragepy-git-4bdae5e2e251915f618e048cec4613168de1f12b.tar.gz |
Use SPDX license expression in project metadata (#1478)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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={ |