18 lines
547 B
TOML
18 lines
547 B
TOML
|
[project]
|
||
|
name = "icaotix_python_logging"
|
||
|
version = "0.0.1"
|
||
|
authors = [
|
||
|
{ name = "Marcel Schwarz", email = "admin@icaotix.de" },
|
||
|
]
|
||
|
description = "A small package which helps to setup a logger"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.9"
|
||
|
classifiers = [
|
||
|
"Programming Language :: Python :: 3",
|
||
|
"License :: OSI Approved :: MIT License",
|
||
|
"Operating System :: OS Independent",
|
||
|
]
|
||
|
|
||
|
[project.urls]
|
||
|
Homepage = "https://git.icaotix.de/icaotix/icaotix_python_logging"
|
||
|
Issues = "https://git.icaotix.de/icaotix/icaotix_python_logging/issues"
|