feat: reworking strukture

This is a breaking change. A reminder that this is in very early stage (first day) and nothing is set in stone yet.
This commit is contained in:
Mr Finchum 2025-01-31 14:59:09 +00:00
parent 5b462cd39f
commit 282a2145ff
4 changed files with 130 additions and 71 deletions

View file

@ -7,7 +7,7 @@ name = "PyPiUpdater"
dynamic = ["version"]
authors = [{ name = "Mr Finchum" }]
description = "Simple program to update package from PyPi with pip."
readme = "pip_README.md"
readme = "README.md"
requires-python = ">=3.8"
dependencies = ["requests", "packaging"]
classifiers = [