File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -22,12 +22,24 @@ authors = [
2222]
2323description = " Extension of Python's standard unittest library"
2424readme = " README.md"
25+ license = {text = " MIT" }
26+ requires-python = " >=3.8"
2527classifiers = [
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 ]
3243Homepage = " https://github.com/Maxcode123/unittest-extensions"
44+ Documentation = " https://maxcode123.github.io/unittest-extensions/"
3345Issues = " https://github.com/Maxcode123/unittest-extensions/issues"
You can’t perform that action at this time.
0 commit comments