Skip to content

Commit

Permalink
chore: switch to hatchling
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 8, 2022
1 parent 56e5582 commit d2e0a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in

This file was deleted.

9 changes: 2 additions & 7 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 @@ -63,11 +63,6 @@ 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.isort]
profile = "black"

Expand Down

0 comments on commit d2e0a29

Please sign in to comment.