Skip to content

Commit

Permalink
try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Mar 5, 2024
1 parent aa05c20 commit efe460a
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,13 @@ include = ['deepecho', 'deepecho.*']
namespaces = false

[tool.setuptools.package-data]
"*" = [
'AUTHORS.rst',
'CONTRIBUTING.rst',
'HISTORY.md',
'LICENSE',
'README.md',
'*.md',
'*.rst',
'conf.py',
'Makefile',
'make.bat',
'*.jpg',
'*.png',
'*.gif',
'*.csv',
]
"" = ["AUTHORS.rst", "CONTRIBUTING.rst", "HISTORY.md", "README.md", "*.md", "*.rst", "conf.py", "Makefile", "make.bat", "*.jpg", "*.png", "*.gif"]
"deepecho" = ["data/demo.csv"]
"tests" = ["*"]

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


[tool.setuptools.dynamic]
version = {attr = 'deepecho.__version__'}
Expand Down

0 comments on commit efe460a

Please sign in to comment.