Add PyPI github action, move to package based folder structure, fix

banner
This commit is contained in:
csd4ni3l
2025-06-14 18:08:16 +02:00
parent c25d934f3c
commit efd60fd633
5 changed files with 68 additions and 15 deletions

View File

@@ -4,4 +4,22 @@ version = "0.1.0"
description = "A Python-based Google Photos downloader built with Selenium."
readme = "README.md"
requires-python = ">=3.11"
license = { text = "GPL v3" }
authors = [{ name = "csd4ni3l", email = "csd4ni3l@duck.com" }]
dependencies = ["selenium>=4.33.0"]
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
"Environment :: Console",
"Topic :: Internet :: WWW/HTTP :: Indexing/Search",
"Topic :: Utilities",
]
[project.scripts]
gp-dl = "gp_dl.main:run_cli"
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"