Skip to content

Commit 84cde6a

Browse files
committed
Update pyproject.toml
1 parent 095cec3 commit 84cde6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,24 @@ authors = [
2222
]
2323
description = "Extension of Python's standard unittest library"
2424
readme = "README.md"
25+
license = {text = "MIT"}
26+
requires-python = ">=3.8"
2527
classifiers = [
28+
"Programming Language :: Python",
2629
"Programming Language :: Python :: 3",
30+
"Programming Language :: Python :: 3.8",
31+
"Programming Language :: Python :: 3.9",
32+
"Programming Language :: Python :: 3.10",
33+
"Programming Language :: Python :: 3.11",
34+
"Programming Language :: Python :: 3.12",
35+
"Intended Audience :: Developers",
2736
"License :: OSI Approved :: MIT License",
2837
"Operating System :: OS Independent",
38+
"Topic :: Testing :: Unit",
39+
"Topic :: Testing :: BDD",
2940
]
3041

3142
[project.urls]
3243
Homepage = "https://github.com/Maxcode123/unittest-extensions"
44+
Documentation = "https://maxcode123.github.io/unittest-extensions/"
3345
Issues = "https://github.com/Maxcode123/unittest-extensions/issues"

0 commit comments

Comments
 (0)