We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1272b9c + e5634ec commit 22eddc1Copy full SHA for 22eddc1
MANIFEST.in
@@ -1,2 +1,6 @@
1
-include LICENSE README.rst CODE_OF_CONDUCT.md
+include LICENSE LICENSE.MIT LICENSE.APACHE2
2
+include README.rst
3
+include CODE_OF_CONDUCT.md CONTRIBUTING.md
4
include test-requirements.txt .coveragerc
5
+recursive-include docs *
6
+prune docs/build
setup.py
@@ -13,7 +13,7 @@
13
long_description=Path(__file__).with_name("README.rst").read_text('utf-8'),
14
author="Nathaniel J. Smith",
15
author_email="[email protected]",
16
- license="MIT",
+ license="MIT -or- Apache License 2.0",
17
packages=find_packages(),
18
url="https://github.com/python-trio/async_generator",
19
python_requires=">=3.5",
0 commit comments