Create bare repo
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "beaky"
|
||||
version = "0.0.1"
|
||||
description = "Scan tickets and decide"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"pil==12.1.1"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
"pytest>=9.0.2",
|
||||
"ruff==0.15.5",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
beaky = "muj_balicek.hlavni_modul:main"
|
||||
Reference in New Issue
Block a user