Skip to content

Commit

Permalink
Use setuptools rather than hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 17, 2023
1 parent d2e599d commit 32b4691
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=61.2"]
requires = ["setuptools>=64.4.0", "wheel", "pip>=22.3"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -26,6 +26,9 @@ docs = [
"sphinxcontrib-bibtex",
]

[tool.setuptools]
packages = []

[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.
select = ["E", "F"]
Expand Down

0 comments on commit 32b4691

Please sign in to comment.