Skip to content

Commit c97f003

Browse files
committed
Fix license= field in setup.py
This got mixed when we moved async_generator under the trio umbrella and relicensed it.
1 parent 1272b9c commit c97f003

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
@@ -13,7 +13,7 @@
1313
long_description=Path(__file__).with_name("README.rst").read_text('utf-8'),
1414
author="Nathaniel J. Smith",
1515
author_email="njs@pobox.com",
16-
license="MIT",
16+
license="MIT -or- Apache License 2.0",
1717
packages=find_packages(),
1818
url="https://github.com/python-trio/async_generator",
1919
python_requires=">=3.5",

0 commit comments

Comments
 (0)