We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb44df commit 07ca3aeCopy full SHA for 07ca3ae
1 file changed
pyproject.toml
@@ -1,8 +1,21 @@
1
[project]
2
name = "runtime-docstrings"
3
-version = "0.1.1"
+version = "0.1.2"
4
description = "Runtime access to Python class attribute docstrings (PEP 224)"
5
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
+]
19
authors = [{ name = "gesslerpd", email = "[email protected]" }]
20
requires-python = ">=3.10"
21
dependencies = []
0 commit comments