|
1 | 1 | [tool.poetry]
|
2 | 2 | name = "tracing-py3"
|
3 |
| -version = "0.1.0" |
| 3 | +version = "0.1.1" |
4 | 4 | description = "Superset of python internal logging module"
|
5 | 5 | authors = ["Hendrik Boeck <hendrikboeck.dev@protonmail.com>"]
|
6 | 6 | packages = [{ include = "*", from = "src" }]
|
7 | 7 | readme = "README.md"
|
| 8 | +license = "MIT" |
| 9 | +homepage = "https://github.com/hendrikboeck/tracing-py3" |
| 10 | +repository = "https://github.com/hendrikboeck/tracing-py3" |
| 11 | +keywords = [ |
| 12 | + "logging", |
| 13 | + "monitoring", |
| 14 | + "tracing", |
| 15 | + "debugging", |
| 16 | + "python", |
| 17 | + "superset", |
| 18 | + "module", |
| 19 | + "library", |
| 20 | +] |
| 21 | +classifiers = [ |
| 22 | + "Typing :: Typed", |
| 23 | + "Development Status :: 2 - Pre-Alpha", |
| 24 | + "Environment :: Console", |
| 25 | + "Intended Audience :: Developers", |
| 26 | + "License :: OSI Approved :: MIT License", |
| 27 | + "Operating System :: OS Independent", |
| 28 | + "Operating System :: MacOS", |
| 29 | + "Operating System :: Microsoft :: Windows", |
| 30 | + "Operating System :: POSIX", |
| 31 | + "Programming Language :: Python :: 3", |
| 32 | + "Programming Language :: Python :: 3.11", |
| 33 | + "Programming Language :: Python :: 3.12", |
| 34 | + "Topic :: Software Development :: Libraries", |
| 35 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 36 | + "Topic :: System :: Logging", |
| 37 | + "Topic :: System :: Monitoring", |
| 38 | +] |
8 | 39 |
|
9 | 40 | [tool.poetry.dependencies]
|
10 | 41 | python = "^3.11"
|
|
0 commit comments