Moved out of "src"

This commit is contained in:
Renn F
2025-12-10 17:37:24 +01:00
parent 7f5bc4b8b8
commit f0f6f77d68
89 changed files with 118 additions and 118 deletions
+3 -3
View File
@@ -93,7 +93,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/roboco"]
packages = ["roboco"]
[tool.hatch.metadata]
allow-direct-references = true
@@ -179,7 +179,7 @@ markers = [
# Vulture Configuration
# =============================================================================
[tool.vulture]
paths = ["src/roboco", "tests", "vulture_whitelist.py"]
paths = ["roboco", "tests", "vulture_whitelist.py"]
exclude = ["**/conftest.py", ".venv"]
min_confidence = 100
ignore_decorators = [
@@ -244,4 +244,4 @@ ignore = []
[tool.deptry]
exclude = ["tests", ".venv", "vulture_whitelist.py"]
extend_exclude = ["conftest.py", "setup.py"]
known_first_party = ["src/roboco"]
known_first_party = ["roboco"]