Kaynağa Gözat

Add some fixes.

Cixo Develop 1 hafta önce
ebeveyn
işleme
2465b1ab67
1 değiştirilmiş dosya ile 40 ekleme ve 0 silme
  1. 40 0
      pyproject.toml

+ 40 - 0
pyproject.toml

@@ -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 = "[email protected]" }
+]
+
+maintainers = [
+    { name = "Cixo", email = "[email protected]" }
+]
+
+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"