mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Add additional project metadata
This commit is contained in:
parent
287173b0b1
commit
1a93a4a8a5
1 changed files with 16 additions and 1 deletions
|
|
@ -4,6 +4,9 @@ build-backend = "setuptools.build_meta"
|
|||
|
||||
[project]
|
||||
name = "PFERD"
|
||||
description = "Programm zum Flotten Einfachen Runterladen von Dateien"
|
||||
readme = "README.md"
|
||||
license = { file = "LICENSE" }
|
||||
dependencies = [
|
||||
"aiohttp>=3.8.1",
|
||||
"beautifulsoup4>=4.10.0",
|
||||
|
|
@ -13,6 +16,18 @@ dependencies = [
|
|||
]
|
||||
dynamic = ["version"]
|
||||
requires-python = ">=3.9"
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Repository = "https://github.com/Garmelon/PFERD"
|
||||
Issues = "https://github.com/Garmelon/PFERD/issues"
|
||||
|
||||
[project.scripts]
|
||||
pferd = "PFERD.__main__:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue