Skip to content

Commit ced9a2a

Browse files
committed
keep manifest
1 parent 1e1e7e3 commit ced9a2a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

MANIFEST.in

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

0 commit comments

Comments
 (0)