update projects to packages

This commit is contained in:
Deeman
2025-07-26 22:32:37 +02:00
parent 00fffb2089
commit 0bbbd25b68
17 changed files with 6 additions and 158 deletions

View File

@@ -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"]