We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960d14e commit 4b825edCopy full SHA for 4b825ed
1 file changed
{{cookiecutter.hyphenated}}/pyproject.toml
@@ -12,6 +12,10 @@ classifiers = [
12
dependencies = [
13
14
]
15
+
16
+[build-system]
17
+requires = ["setuptools"]
18
+build-backend = "setuptools.build_meta"
19
{% if cookiecutter.github_username %}
20
[project.urls]
21
Homepage = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}"
0 commit comments