Abstract module to cli and lib to allow module usage and bump version v0.3.0

This commit is contained in:
csd4ni3l
2025-06-17 11:49:35 +02:00
parent 301956a954
commit d11c67e7f0
6 changed files with 120 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "gp-dl"
version = "0.2.0"
version = "0.3.0"
description = "A Python-based Google Photos downloader built with Selenium."
readme = "README.md"
requires-python = ">=3.11"
@@ -18,7 +18,7 @@ classifiers = [
]
[project.scripts]
gp-dl = "gp_dl.main:run_cli"
gp-dl = "gp_dl.cli:run_cli"
[build-system]
requires = ["setuptools>=61.0"]