Skip to content

Commit 409b56d

Browse files
authored
Merge pull request #26 from pquentin/spdx-compliant-license
Make setuptools license field SPDX-compliant
2 parents ebaa593 + 22387ba commit 409b56d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=LONG_DESC,
1313
author="Nathaniel J. Smith",
1414
author_email="njs@pobox.com",
15-
license="MIT -or- Apache License 2.0",
15+
license="MIT OR Apache-2.0",
1616
packages=find_packages(),
1717
package_data={"sniffio": ["py.typed"]},
1818
install_requires=["contextvars >= 2.1; python_version < '3.7'"],

0 commit comments

Comments
 (0)