fix: use setuptools instead of hatchling for build backend
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["setuptools>=68.0", "setuptools-scm"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "kitty-workbench"
|
name = "kitty-workbench"
|
||||||
|
|||||||
Reference in New Issue
Block a user