Initial release 0.0.1
This commit is contained in:
+5
-4
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user