File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
include README.rst LICENSE* CODE_OF_CONDUCT* CONTRIBUTING*
2
2
include .coveragerc
3
3
include ci/test-requirements.txt
4
- recursive-include tests *.pem
4
+ recursive-include tests *.py
5
+ recursive-exclude tests *.pyc
6
+ prune tests/.pytest_cache
5
7
recursive-include docs *
6
8
prune docs/build
Original file line number Diff line number Diff line change 69
69
author_email = "matthias@urlichs.de" ,
70
70
url = "https://github.com/python-trio/trio-asyncio" ,
71
71
license = "MIT -or- Apache License 2.0" ,
72
- packages = find_packages () ,
72
+ packages = [ "trio_asyncio" ] ,
73
73
install_requires = install_requires ,
74
74
# This means, just install *everything* you see under trio/, even if it
75
75
# doesn't look like a source file, so long as it appears in MANIFEST.in:
You can’t perform that action at this time.
0 commit comments