Skip to content

Commit

Permalink
Explicit build-system
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Oct 26, 2024
1 parent 9614ce2 commit c45b42a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datasette-{{cookiecutter.hyphenated}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ requires-python = ">=3.8"
dependencies = [
"datasette"
]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
{% if cookiecutter.github_username %}
[project.urls]
Homepage = "https://github.com/{{ cookiecutter.github_username }}/datasette-{{ cookiecutter.hyphenated }}"
Expand Down

1 comment on commit c45b42a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.