chore: rework

This commit is contained in:
Mr Finchum 2025-01-31 15:55:50 +01:00
parent 5b462cd39f
commit bbe4ce5a9c
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 = [