mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-20 00:10:03 +02:00
Updating pyproject.toml
This commit is contained in:
parent
717939e902
commit
e7b003d396
@ -34,15 +34,12 @@ flake8-pep585 = "^0.1.7"
|
|||||||
flake8-pep604 = "^0.1.0"
|
flake8-pep604 = "^0.1.0"
|
||||||
flake8-eradicate = "^1.4.0"
|
flake8-eradicate = "^1.4.0"
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
|
||||||
pyDataInterface = ['frontend/*', 'examples/*', 'version.json']
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.pyright]
|
[tool.pyright]
|
||||||
include = ["pyDataInterface", "tests"]
|
include = ["src/pyDataInterface", "tests"]
|
||||||
exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend"]
|
exclude = ["**/node_modules", "**/__pycache__", "docs", "frontend"]
|
||||||
venvPath = "."
|
venvPath = "."
|
||||||
venv = ".venv"
|
venv = ".venv"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user