Skip to content

Commit 24d1dc9

Browse files
committed
keep manifest and defaults for package-data
1 parent 0bfbd44 commit 24d1dc9

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

MANIFEST.in

+13
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

pyproject.toml

+1-15
Original file line numberDiff line numberDiff line change
@@ -102,21 +102,7 @@ include = ['sigllm', 'sigllm.*']
102102
namespaces = 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
'*' = [

0 commit comments

Comments
 (0)