Skip to content

Commit 07ca3ae

Browse files
committed
add keywords
1 parent aeb44df commit 07ca3ae

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
[project]
22
name = "runtime-docstrings"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Runtime access to Python class attribute docstrings (PEP 224)"
55
readme = "README.md"
6+
license = "MIT"
7+
keywords = [
8+
"docstrings",
9+
"PEP 224",
10+
"pep224",
11+
"class attributes",
12+
"error reporting",
13+
"enum",
14+
"dataclasses",
15+
"ast",
16+
"sphinx",
17+
"autodoc",
18+
]
619
authors = [{ name = "gesslerpd", email = "[email protected]" }]
720
requires-python = ">=3.10"
821
dependencies = []

0 commit comments

Comments
 (0)