We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9de30b commit 03450dcCopy full SHA for 03450dc
{{cookiecutter.hyphenated}}/pyproject.toml
@@ -14,6 +14,9 @@ dependencies = [
14
[build-system]
15
requires = ["setuptools"]
16
build-backend = "setuptools.build_meta"
17
+
18
+[tool.uv]
19
+package = true
20
{% if cookiecutter.github_username %}
21
[project.urls]
22
Homepage = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}"
0 commit comments