Skip to content

Commit 8e56d50

Browse files
committed
Switch to hatching build system
1 parent 66be1c4 commit 8e56d50

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,9 @@ dev = [
3636
"ruff",
3737
]
3838

39-
[tool.setuptools]
40-
packages = ["sql_athame"]
39+
[build-system]
40+
requires = ["hatchling"]
41+
build-backend = "hatchling.build"
4142

4243
[tool.ruff]
4344
target-version = "py39"

0 commit comments

Comments
 (0)