Initial release 0.0.1

This commit is contained in:
2026-09-24 17:20:46 +01:00
parent e5e31e7de1
commit 427daa7f1a
4 changed files with 47 additions and 4 deletions
+5 -4
View File
@@ -1,16 +1,17 @@
[project]
name = "schedls"
version = "0.0.1"
description = ""
description = "Inspect and manage Linux scheduled jobs"
authors = [
{name = "Marco D'Aleo",email = "marco@marcodaleo.com"}
{ name = "Marco D'Aleo", email = "marco@marcodaleo.com" }
]
license = "GPL-3.0-or-later"
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
]
dependencies = []
[project.scripts]
schedls = "schedls.cli:main"
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]