This commit is contained in:
parent
e69dd80875
commit
c7249ac59d
2 changed files with 26 additions and 0 deletions
|
@ -36,6 +36,12 @@ zona = "zona.cli:main"
|
|||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[[tool.uv.index]]
|
||||
name = "test_pypi"
|
||||
url = "https://test.pypi.org/simple"
|
||||
publish-url = "https://test.pypi.org/legacy/"
|
||||
explicit = true
|
||||
|
||||
[tool.basedpyright]
|
||||
include = ["src", "."]
|
||||
exclude = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue