update projects to packages
This commit is contained in:
@@ -7,11 +7,17 @@ authors = [
|
||||
{ name = "Deeman", email = "hendriknote@gmail.com" }
|
||||
]
|
||||
requires-python = ">=3.13"
|
||||
|
||||
dependencies = [
|
||||
"niquests>=3.14.1",
|
||||
"pendulum>=3.1.0",
|
||||
]
|
||||
[project.scripts]
|
||||
extract_psd = "psdonline.execute:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/psdonline"]
|
||||
|
||||
Reference in New Issue
Block a user