Skip to content

Commit cbd6197

Browse files
authored
Merge pull request #127 from python-trio/spdx-compliant-license
2 parents 9f7dd7f + ea0cd1c commit cbd6197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=open("README.rst").read(),
1313
author="Emmanuel Leblond",
1414
author_email="[email protected]",
15-
license="MIT -or- Apache License 2.0",
15+
license="MIT OR Apache-2.0",
1616
packages=find_packages(),
1717
entry_points={"pytest11": ["trio = pytest_trio.plugin"]},
1818
install_requires=[

0 commit comments

Comments
 (0)