File: pyproject.toml

package info (click to toggle)
python-json-log-formatter 1.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 140 kB
  • sloc: python: 476; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 720 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["json_log_formatter"]

[project]
name = "JSON-log-formatter"
version = "1.1.1"
description = "JSON log formatter"
readme = "README.rst"
requires-python = ">=3.6"
license = {text = "MIT"}
authors = [
    {name = "Marsel Mavletkulov"},
]
classifiers=[
    "License :: OSI Approved :: MIT License",
    "Intended Audience :: Developers",
    "Operating System :: OS Independent",
    "Programming Language :: Python",
    "Programming Language :: Python :: 3",
    "Topic :: Software Development :: Libraries :: Python Modules"
]

[project.urls]
repository = "https://github.com/marselester/json-log-formatter"