We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa05c20 commit 906a134Copy full SHA for 906a134
pyproject.toml
@@ -102,11 +102,10 @@ include = ['deepecho', 'deepecho.*']
102
namespaces = false
103
104
[tool.setuptools.package-data]
105
-"*" = [
+'*' = [
106
'AUTHORS.rst',
107
'CONTRIBUTING.rst',
108
'HISTORY.md',
109
- 'LICENSE',
110
'README.md',
111
'*.md',
112
'*.rst',
@@ -115,13 +114,13 @@ namespaces = false
115
114
'make.bat',
116
'*.jpg',
117
'*.png',
118
- '*.gif',
119
- '*.csv',
+ '*.gif'
120
]
121
-"tests" = ["*"]
+'deepecho' = ['data/demo.csv']
+'tests' = ['*']
122
123
[tool.setuptools.exclude-package-data]
124
125
'* __pycache__',
126
'*.py[co]',
127
0 commit comments