Skip to content

Commit

Permalink
Merge pull request #26 from pquentin/spdx-compliant-license
Browse files Browse the repository at this point in the history
Make setuptools license field SPDX-compliant
  • Loading branch information
pquentin authored Sep 1, 2022
2 parents ebaa593 + 22387ba commit 409b56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description=LONG_DESC,
author="Nathaniel J. Smith",
author_email="[email protected]",
license="MIT -or- Apache License 2.0",
license="MIT OR Apache-2.0",
packages=find_packages(),
package_data={"sniffio": ["py.typed"]},
install_requires=["contextvars >= 2.1; python_version < '3.7'"],
Expand Down

0 comments on commit 409b56d

Please sign in to comment.