We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f8de9 commit 276a13aCopy full SHA for 276a13a
1 file changed
{{cookiecutter.project_name}}/pyproject.toml
@@ -56,6 +56,9 @@ docs = [
56
Homepage = "https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}"
57
Repository = "https://{{ cookiecutter.repository_host }}/{{ cookiecutter.repository_path }}"
58
59
+[tool.uv]
60
+exclude-newer = "1 week"
61
+
62
[[tool.uv.index]]
63
name = "testpypi"
64
url = "https://test.pypi.org/simple/"
0 commit comments