Skip to content

Commit d345bf7

Browse files
committed
update keywords and classifiers
1 parent 1cbf0f8 commit d345bf7

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

pyproject.toml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,41 @@
11
[tool.poetry]
22
name = "tracing-py3"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Superset of python internal logging module"
55
authors = ["Hendrik Boeck <hendrikboeck.dev@protonmail.com>"]
66
packages = [{ include = "*", from = "src" }]
77
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+
]
839

940
[tool.poetry.dependencies]
1041
python = "^3.11"

0 commit comments

Comments
 (0)