move setuptools dependency to build deps
This commit is contained in:
parent
e272e41e3a
commit
5c841772ca
@ -1,13 +1,12 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling", "setuptools"]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
[project]
|
[project]
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
name = "stickergen"
|
name = "stickergen"
|
||||||
requires-python = ">= 3.8"
|
requires-python = ">= 3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pyyaml",
|
"pyyaml"
|
||||||
"setuptools"
|
|
||||||
]
|
]
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Aleksey Chubukov", email = "tea@brass.host" }
|
{ name = "Aleksey Chubukov", email = "tea@brass.host" }
|
||||||
|
Loading…
Reference in New Issue
Block a user