Skip to content

Commit 22eddc1

Browse files
authored
Merge pull request #20 from njsmith/clean-up-package
Clean up some packaging stuff
2 parents 1272b9c + e5634ec commit 22eddc1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

MANIFEST.in

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
include LICENSE README.rst CODE_OF_CONDUCT.md
1+
include LICENSE LICENSE.MIT LICENSE.APACHE2
2+
include README.rst
3+
include CODE_OF_CONDUCT.md CONTRIBUTING.md
24
include test-requirements.txt .coveragerc
5+
recursive-include docs *
6+
prune docs/build

setup.py

+1-1
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="[email protected]",
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)