Skip to content

Commit fa92f46

Browse files
committed
chore: include support files in sdist
1 parent e6abf2b commit fa92f46

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

MANIFEST.in

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
include CREDITS.rst
2+
include LICENSE.txt
3+
include README.rst
4+
include MANIFEST.in
5+
include requirements.txt
6+
include setup.cfg
7+
8+
include *.rst
9+
include conf.py
10+
include Makefile
11+
include pyserial-asyncio.png
12+
13+
include test/__init__.py
14+
include test/test_asyncio.py
15+

0 commit comments

Comments
 (0)