Skip to content

Commit

Permalink
Address incorrect packaging information (#130)
Browse files Browse the repository at this point in the history
Why
===

Looks like setuptools has some issues with a new pypi restriction:
astral-sh/uv#9513. Hatchling does not have
these issues.

What changed
============

Switch to hatchling

Test plan
=========

Can we publish?
  • Loading branch information
blast-hardcheese authored Dec 4, 2024
1 parent ead7ce3 commit 933fcc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,7 @@ module = [
"nanoid.*",
]
ignore_missing_imports = true

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 933fcc0

Please sign in to comment.