Skip to content

Commit 4b825ed

Browse files
authored
Explicit build-system, closes #7
1 parent 960d14e commit 4b825ed

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

{{cookiecutter.hyphenated}}/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ classifiers = [
1212
dependencies = [
1313

1414
]
15+
16+
[build-system]
17+
requires = ["setuptools"]
18+
build-backend = "setuptools.build_meta"
1519
{% if cookiecutter.github_username %}
1620
[project.urls]
1721
Homepage = "https://github.com/{{ cookiecutter.github_username }}/{{ cookiecutter.hyphenated }}"

0 commit comments

Comments
 (0)