We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec1b64 commit f5a057aCopy full SHA for f5a057a
{{cookiecutter.project_name}}/pyproject.toml
@@ -50,6 +50,12 @@ docs = [
50
Homepage = "https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"
51
Repository = "https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"
52
53
+[[tool.uv.index]]
54
+name = "testpypi"
55
+url = "https://test.pypi.org/simple/"
56
+publish-url = "https://test.pypi.org/legacy/"
57
+explicit = true
58
+
59
{% if cookiecutter.add_rust_extension == 'y' -%}
60
[build-system]
61
requires = ["maturin>=1.3.0,<2.0"]
0 commit comments