Skip to content

Commit 31cc941

Browse files
committed
pyproject: fill in more metadata
1 parent 083f473 commit 31cc941

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,21 @@ readme = "README.md"
1616
license = { file = "LICENSE" }
1717
authors = [{ name = "Jack Maney", email = "[email protected]" }]
1818
maintainers = [{ name = "William Woodruff", email = "[email protected]" }]
19-
# TODO: Classifiers.
19+
classifiers = [
20+
"License :: OSI Approved :: MIT License",
21+
"Programming Language :: Python :: 3 :: Only",
22+
"Programming Language :: Python :: 3",
23+
"Intended Audience :: Developers",
24+
"Topic :: Software Development :: Libraries :: Python Modules",
25+
]
2026
dependencies = []
2127
requires-python = ">=3.7"
2228

2329
[project.urls]
2430
Homepage = "https://pypi.org/project/stdlib-list/"
2531
Issues = "https://github.com/pypi/stdlib-list/issues"
2632
Source = "https://github.com/pypi/stdlib-list"
27-
# TODO: Documentation.
28-
# Documentation = ""
33+
Documentation = "https://pypi.github.io/stdlib-list/"
2934

3035
[project.optional-dependencies]
3136
test = ["pytest", "pytest-cov", "coverage[toml]"]

0 commit comments

Comments
 (0)