Skip to content

Commit 7dc4d88

Browse files
Add urls and classifiers to pyproject.toml
1 parent a8fa607 commit 7dc4d88

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ authors = [
1010
{name = "Christopher Barber", email="Christopher.Barber@analog.com" },
1111
]
1212
classifiers = [
13+
"Development Status :: 3 - Alpha",
14+
"Intended Audience :: Developers",
15+
"Topic :: Software Development :: Documentation",
1316
"Programming Language :: Python :: 3.8",
1417
"Programming Language :: Python :: 3.9",
1518
"Programming Language :: Python :: 3.10",
@@ -21,6 +24,9 @@ dependencies = [
2124
"mkdocstrings-python >=1.6.2,<2.0"
2225
]
2326

27+
[project.urls]
28+
Repository = "https://github.com/analog-garage/mkdocstrings-python-xref"
29+
2430
[tool.hatch.version]
2531
path = "src/mkdocstrings_handlers/python_xref/VERSION"
2632
pattern = "\\s*(?P<version>[\\w.]*)"

0 commit comments

Comments
 (0)