Skip to content

Commit 0d699f5

Browse files
committed
Include additional assets in source tarball
This includes additional assets in the source tarball that are used in distribution packages.
1 parent a9a80b3 commit 0d699f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Include tests into distribution
22
recursive-include tests *.py *.txt
33

4+
# Include documentation source
5+
recursive-include docs Makefile make.bat conf.py *.rst
6+
7+
# Miscellaneous assets
8+
include LICENSE
9+
include README.rst
10+
include pytest.ini
11+
include tox.ini

0 commit comments

Comments
 (0)