Skip to content

Commit 016d5dd

Browse files
committed
chore: fix license to correct spdx name
This is not a license change. This fixes the license value to the correct spdx name per https://spdx.org/licenses/ to match the LICENSE file.
1 parent 9a0a487 commit 016d5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def get_version():
4545
maintainer="Will Kahn-Greene",
4646
maintainer_email="willkg@mozilla.com",
4747
url="https://github.com/mozilla/bleach",
48-
license="Apache Software License",
48+
license="Apache License 2.0",
4949
license_files=["LICENSE", "bleach/_vendor/html5lib-1.1.dist-info/LICENSE"],
5050
packages=find_packages(),
5151
include_package_data=True,

0 commit comments

Comments
 (0)