MANIFEST.ini (#895)

* MANIFEST.ini

* added excludes

* Update MANIFEST.in

Co-authored-by: Tom Christie <tom@tomchristie.com>
This commit is contained in:
Tony Benoy 2020-04-14 14:53:46 +05:30 committed by GitHub
parent 8c4d14c86f
commit 59e0574954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
MANIFEST.in Normal file
View File

@ -0,0 +1,3 @@
include LICENSE.md
global-exclude __pycache__
global-exclude *.py[co]

View File

@ -47,7 +47,7 @@ setup(
author_email="tom@tomchristie.com",
packages=get_packages("starlette"),
package_data={"starlette": ["py.typed"]},
data_files=[("", ["LICENSE.md"])],
include_package_data=True,
extras_require={
"full": [
"aiofiles",