feat: improve readme, prepare to publish repo

This commit is contained in:
Igor Ovsyannikov
2025-09-09 00:03:27 +03:00
parent 031195999a
commit 89af7d1758
4 changed files with 80 additions and 5 deletions
+17 -1
View File
@@ -1,14 +1,30 @@
[project]
name = "lohup"
version = "0.1.0"
description = "Add your description here"
description = "Backups done dummy"
readme = "README.md"
maintainers = [
{name = "Igor Ovsyannikov"}
]
license = "MIT"
keywords = ["restic", "backups"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Operating System :: POSIX :: Linux",
"Intended Audience :: System Administrators",
"Topic :: System :: Archiving :: Backup",
"Topic :: Utilities",
]
requires-python = ">=3.13"
dependencies = [
"click>=8.2.1",
"humanize>=4.13.0",
]
[project.urls]
Repository = "https://github.com/kam1sh/lohup"
[dependency-groups]
dev = [
"pyinstaller>=6.15.0",