Skeleton
This commit is contained in:
@@ -6,9 +6,9 @@ build-backend = "setuptools.build_meta"
|
||||
name = "beaky"
|
||||
version = "0.0.1"
|
||||
description = "Scan tickets and decide"
|
||||
requires-python = ">=3.14"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pil==12.1.1"
|
||||
"pillow==12.1.1"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@@ -18,4 +18,4 @@ dev = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
beaky = "muj_balicek.hlavni_modul:main"
|
||||
beaky = "beaky.cli:main"
|
||||
Reference in New Issue
Block a user