We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8fa607 commit 7dc4d88Copy full SHA for 7dc4d88
pyproject.toml
@@ -10,6 +10,9 @@ authors = [
10
{name = "Christopher Barber", email="Christopher.Barber@analog.com" },
11
]
12
classifiers = [
13
+ "Development Status :: 3 - Alpha",
14
+ "Intended Audience :: Developers",
15
+ "Topic :: Software Development :: Documentation",
16
"Programming Language :: Python :: 3.8",
17
"Programming Language :: Python :: 3.9",
18
"Programming Language :: Python :: 3.10",
@@ -21,6 +24,9 @@ dependencies = [
21
24
"mkdocstrings-python >=1.6.2,<2.0"
22
25
23
26
27
+[project.urls]
28
+Repository = "https://github.com/analog-garage/mkdocstrings-python-xref"
29
+
30
[tool.hatch.version]
31
path = "src/mkdocstrings_handlers/python_xref/VERSION"
32
pattern = "\\s*(?P<version>[\\w.]*)"
0 commit comments