Skip to content

Commit d8e4a82

Browse files
authored
Use SPDX license expression (#639)
1 parent 57ce238 commit d8e4a82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGES/639.packaging.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The packaging metadata switched to including an SPDX license identifier introduced in :pep:`639` -- by :user:`cdce8p`.

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,14 @@ long_description = file: README.rst, CHANGES.rst
1717
long_description_content_type = text/x-rst
1818
maintainer = aiohttp team <[email protected]>
1919
maintainer_email = [email protected]
20-
license = Apache 2
20+
license = Apache-2.0
2121
license_files =
2222
LICENSE
2323
classifiers =
2424
Development Status :: 5 - Production/Stable
2525

2626
Intended Audience :: Developers
2727

28-
License :: OSI Approved :: Apache Software License
29-
3028
Operating System :: POSIX
3129
Operating System :: MacOS :: MacOS X
3230
Operating System :: Microsoft :: Windows

0 commit comments

Comments
 (0)