Skip to content

Commit

Permalink
chore: switch to hatchling (#659)
Browse files Browse the repository at this point in the history
* chore: switch to hatchling

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

* fix: deactivate extras name normalization

* Update pyproject.toml

* Apply suggestions from code review

* style: run pre-commit

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed Nov 23, 2022
1 parent 6957a4c commit 53c8d7c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
build-backend = "hatchling.build"
requires = [
"setuptools>=61",
"hatchling",
]

[project]
Expand Down Expand Up @@ -64,10 +64,9 @@ nox = "nox.__main__:main"
tox-to-nox = "nox.tox_to_nox:main"


[tool.setuptools]
zip-safe = false
include-package-data = true
package-data = { "nox" = [ "py.typed" ] }
[tool.hatch]
metadata.allow-ambiguous-features = true # disable normalization (tox-to-nox) for back-compat


[tool.isort]
profile = "black"
Expand Down

0 comments on commit 53c8d7c

Please sign in to comment.