File tree Expand file tree Collapse file tree 2 files changed +14
-15
lines changed
Expand file tree Collapse file tree 2 files changed +14
-15
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -102,21 +102,7 @@ include = ['sigllm', 'sigllm.*']
102102namespaces = false
103103
104104[tool .setuptools .package-data ]
105- '*' = [
106- ' CONTRIBUTING.rst' ,
107- ' HISTORY.md' ,
108- ' README.md' ,
109- ' *.md' ,
110- ' *.rst' ,
111- ' *.json' ,
112- ' conf.py' ,
113- ' Makefile' ,
114- ' make.bat' ,
115- ' *.jpg' ,
116- ' *.png' ,
117- ' *.gif' ,
118- ]
119-
105+ '*' = [' *.*' ]
120106
121107[tool .setuptools .exclude-package-data ]
122108'*' = [
You can’t perform that action at this time.
0 commit comments