|
|
@@ -0,0 +1,40 @@
|
|
|
+[build-system]
|
|
|
+requires = [ "setuptools >= 77.0.3" ]
|
|
|
+build-backend = "setuptools.build_meta"
|
|
|
+
|
|
|
+[project]
|
|
|
+name = "cx-logger"
|
|
|
+version = "2025.10.23"
|
|
|
+requires-python = ">= 3.7"
|
|
|
+
|
|
|
+readme = "README.md"
|
|
|
+description = "That is simple logger library, that can manage logs dir."
|
|
|
+
|
|
|
+license = "MIT"
|
|
|
+license-files = [ "LICENSE" ]
|
|
|
+
|
|
|
+keywords = [
|
|
|
+ "logger", "simple", "base", "logging", "safety", "web app",
|
|
|
+ "server app", "app", "logs", "log"
|
|
|
+]
|
|
|
+
|
|
|
+authors = [
|
|
|
+ { name = "Cixo", email = "cixo@cixoelectronic.pl" }
|
|
|
+]
|
|
|
+
|
|
|
+maintainers = [
|
|
|
+ { name = "Cixo", email = "cixo@cixoelectronic.pl" }
|
|
|
+]
|
|
|
+
|
|
|
+classifiers = [
|
|
|
+ "Development Status :: 5 - Production/Stable",
|
|
|
+ "Intended Audience :: Developers",
|
|
|
+ "Topic :: Software Development :: Libraries",
|
|
|
+ "Programming Language :: Python :: 3",
|
|
|
+]
|
|
|
+
|
|
|
+[project.urls]
|
|
|
+Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-logger"
|
|
|
+Repository = "https://git.cixoelectronic.pl/cixo-electronic/cx-logger"
|
|
|
+Documentation = "https://git.cixoelectronic.pl/cixo-electronic/cx-logger/wiki/Quickstart"
|
|
|
+Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-logger/issues"
|