Skip to content

Commit

Permalink
Switch to hatchling
Browse files Browse the repository at this point in the history
Can't upload to PyPI using uv+setuptools until pypa/setuptools#4759 is solved, so switch to hatchling
  • Loading branch information
cthoyt committed Dec 2, 2024
1 parent 85afa2b commit 12bf88a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See https://setuptools.readthedocs.io/en/latest/build_meta.html
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "bioversions"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ deps =
skip_install = true
deps =
uv
setuptools
hatchling
commands =
uv build --sdist --wheel --no-build-isolation

Expand Down

0 comments on commit 12bf88a

Please sign in to comment.