Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit 8596ef0

Browse files
author
Adam Richie-Halford
committed
Add MANIFEST.in
1 parent 36bebca commit 8596ef0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

MANIFEST.in

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
include AUTHORS.rst
2+
include CONTRIBUTING.rst
3+
include HISTORY.rst
4+
include LICENSE
5+
include README.rst
6+
7+
recursive-include tests *
8+
recursive-exclude * __pycache__
9+
recursive-exclude * *.py[co]
10+
11+
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif

0 commit comments

Comments
 (0)