Skip to content

Commit

Permalink
fix readme workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Mar 5, 2024
1 parent aa05c20 commit 906a134
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,10 @@ include = ['deepecho', 'deepecho.*']
namespaces = false

[tool.setuptools.package-data]
"*" = [
'*' = [
'AUTHORS.rst',
'CONTRIBUTING.rst',
'HISTORY.md',
'LICENSE',
'README.md',
'*.md',
'*.rst',
Expand All @@ -115,13 +114,13 @@ namespaces = false
'make.bat',
'*.jpg',
'*.png',
'*.gif',
'*.csv',
'*.gif'
]
"tests" = ["*"]
'deepecho' = ['data/demo.csv']
'tests' = ['*']

[tool.setuptools.exclude-package-data]
"*" = [
'*' = [
'* __pycache__',
'*.py[co]',
]
Expand Down

0 comments on commit 906a134

Please sign in to comment.