Skip to content

Commit 0403b32

Browse files
committed
cicd: add csv and json to package data
1 parent e5815bb commit 0403b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ws = ["asyncpg", "fastapi[all]", "gunicorn", "uvicorn"]
6464
reia = "reia.cli:app"
6565

6666
[tool.setuptools.package-data]
67-
"*" = ["*.xml", "*.ini"]
67+
"*" = ["*.xml", "*.ini", "*.csv", "*.json"]
6868
"reia" = ["alembic/**/*"]
6969

7070
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)