From e7b003d3961d059d4718208a0cdeef7533c8c1dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Wed, 2 Aug 2023 12:06:21 +0200 Subject: [PATCH] Updating pyproject.toml --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 727437d..06a1eba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,15 +34,12 @@ flake8-pep585 = "^0.1.7" flake8-pep604 = "^0.1.0" flake8-eradicate = "^1.4.0" -[tool.setuptools.package-data] -pyDataInterface = ['frontend/*', 'examples/*', 'version.json'] - [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.pyright] -include = ["pyDataInterface", "tests"] +include = ["src/pyDataInterface", "tests"] exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend"] venvPath = "." venv = ".venv"