Skip to content

Commit

Permalink
Switch build system to hatchling
Browse files Browse the repository at this point in the history
Upload to PyPI failed with setuptools -
astral-sh/uv#9513
  • Loading branch information
acarapetis committed Dec 7, 2024
1 parent 081e507 commit 499a1f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ dependencies = [
"typing-extensions<5,>=4.7; python_version < '3.13'",
]

[tool.setuptools]
packages = ["sqlakeyset"]

[project.urls]
homepage = "https://github.com/djrobstep/sqlakeyset"
repository = "https://github.com/djrobstep/sqlakeyset"
Expand Down Expand Up @@ -65,5 +62,5 @@ line_length = 88
filterwarnings = "ignore:.*cache_ok.*:::"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

0 comments on commit 499a1f8

Please sign in to comment.