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 = [
22
22
]
23
23
description = " Extension of Python's standard unittest library"
24
24
readme = " README.md"
25
+ license = {text = " MIT" }
26
+ requires-python = " >=3.8"
25
27
classifiers = [
28
+ " Programming Language :: Python" ,
26
29
" 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" ,
27
36
" License :: OSI Approved :: MIT License" ,
28
37
" Operating System :: OS Independent" ,
38
+ " Topic :: Testing :: Unit" ,
39
+ " Topic :: Testing :: BDD" ,
29
40
]
30
41
31
42
[project .urls ]
32
43
Homepage = " https://github.com/Maxcode123/unittest-extensions"
44
+ Documentation = " https://maxcode123.github.io/unittest-extensions/"
33
45
Issues = " https://github.com/Maxcode123/unittest-extensions/issues"
You can’t perform that action at this time.
0 commit comments