Initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
[project]
|
||||||
|
name = "schedls"
|
||||||
|
version = "0.0.1"
|
||||||
|
description = ""
|
||||||
|
authors = [
|
||||||
|
{name = "Marco D'Aleo",email = "marco@marcodaleo.com"}
|
||||||
|
]
|
||||||
|
license = "GPL-3.0-or-later"
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.10,<4.0"
|
||||||
|
dependencies = [
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
[build-system]
|
||||||
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||||
|
build-backend = "poetry.core.masonry.api"
|
||||||
Reference in New Issue
Block a user