19 lines
415 B
TOML
19 lines
415 B
TOML
[project]
|
|
name = "uk_plate_reader"
|
|
version = "0.0.0"
|
|
description = ""
|
|
readme = ""
|
|
requires-python = ">=3.11"
|
|
dependencies = []
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: Apache Software License",
|
|
"Operating System :: Unix",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest"]
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=65.0"]
|
|
build-backend = "setuptools.build_meta" |