From 906a1348c88d5e5da308c7b52430d179d791bd93 Mon Sep 17 00:00:00 2001 From: R-Palazzo Date: Tue, 5 Mar 2024 18:48:43 +0000 Subject: [PATCH] fix readme workflow 2 --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5a6b2e6..89acad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,11 +102,10 @@ include = ['deepecho', 'deepecho.*'] namespaces = false [tool.setuptools.package-data] -"*" = [ +'*' = [ 'AUTHORS.rst', 'CONTRIBUTING.rst', 'HISTORY.md', - 'LICENSE', 'README.md', '*.md', '*.rst', @@ -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]', ]