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 e5815bb commit 0403b32Copy full SHA for 0403b32
pyproject.toml
@@ -64,7 +64,7 @@ ws = ["asyncpg", "fastapi[all]", "gunicorn", "uvicorn"]
64
reia = "reia.cli:app"
65
66
[tool.setuptools.package-data]
67
-"*" = ["*.xml", "*.ini"]
+"*" = ["*.xml", "*.ini", "*.csv", "*.json"]
68
"reia" = ["alembic/**/*"]
69
70
[tool.pytest.ini_options]
0 commit comments