Skip to content

Commit

Permalink
Explicit [build-system] section
Browse files Browse the repository at this point in the history
Should cause uv to treat this is a package by default.
  • Loading branch information
simonw authored Oct 23, 2024
1 parent b755ed2 commit 2ed1748
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions {{cookiecutter.hyphenated}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ classifiers = [
dependencies = [
"click"
]

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

1 comment on commit 2ed1748

@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.