diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-24 08:26:02 -0400 |
commit | ab3dd5787ca79ea2738e979cd67348406f80b4cf (patch) | |
tree | 74fed11688a7ccda805e489a7863694203489f75 /setup.py | |
parent | 080e181a8cc21b8e555fa96eaa54762eb2a76c8e (diff) | |
download | python-coveragepy-git-ab3dd5787ca79ea2738e979cd67348406f80b4cf.tar.gz |
Switch license to Apache
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -35,7 +35,7 @@ New in 3.2: Branch coverage! classifiers = """\ Environment :: Console Intended Audience :: Developers -License :: OSI Approved :: BSD License +License :: OSI Approved :: Apache Software License Operating System :: OS Independent Programming Language :: Python :: 2 Programming Language :: Python :: 3 @@ -106,7 +106,7 @@ setup_args = dict( description = doclines[0], long_description = '\n'.join(doclines[2:]), keywords = 'code coverage testing', - license = 'BSD', + license = 'Apache 2.0', classifiers = classifier_list, url = __url__, ) |