fix(pyproject): mark as non-package project (package = false)
Removes hatchling build-system — this is a script project, not a Python library, so uv should only manage the virtualenv dependencies.
This commit is contained in:
+2
-3
@@ -8,6 +8,5 @@ dependencies = [
|
||||
"httpx>=0.27",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
[tool.uv]
|
||||
package = false
|
||||
|
||||
Reference in New Issue
Block a user