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