Skip to content

Commit 906a134

Browse files
committed
fix readme workflow 2
1 parent aa05c20 commit 906a134

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,10 @@ include = ['deepecho', 'deepecho.*']
102102
namespaces = false
103103

104104
[tool.setuptools.package-data]
105-
"*" = [
105+
'*' = [
106106
'AUTHORS.rst',
107107
'CONTRIBUTING.rst',
108108
'HISTORY.md',
109-
'LICENSE',
110109
'README.md',
111110
'*.md',
112111
'*.rst',
@@ -115,13 +114,13 @@ namespaces = false
115114
'make.bat',
116115
'*.jpg',
117116
'*.png',
118-
'*.gif',
119-
'*.csv',
117+
'*.gif'
120118
]
121-
"tests" = ["*"]
119+
'deepecho' = ['data/demo.csv']
120+
'tests' = ['*']
122121

123122
[tool.setuptools.exclude-package-data]
124-
"*" = [
123+
'*' = [
125124
'* __pycache__',
126125
'*.py[co]',
127126
]

0 commit comments

Comments
 (0)