@@ -17,30 +17,29 @@ authors = [
17
17
{ name = " holger krekel" },
18
18
]
19
19
requires-python = " >=3.7"
20
+ classifiers = [
21
+ " Development Status :: 4 - Beta" ,
22
+ " Intended Audience :: Developers" ,
23
+ " License :: OSI Approved :: MIT License" ,
24
+ " Operating System :: MacOS :: MacOS X" ,
25
+ " Operating System :: Microsoft :: Windows" ,
26
+ " Operating System :: POSIX" ,
27
+ " Programming Language :: Python" ,
28
+ " Programming Language :: Python :: 3 :: Only" ,
29
+ " Programming Language :: Python :: 3.7" ,
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 :: Implementation :: CPython" ,
35
+ " Topic :: Software Development :: Libraries" ,
36
+ ]
20
37
dynamic = [
21
38
" version" ,
22
39
]
23
- classifiers = [
24
- " Development Status :: 4 - Beta" ,
25
- " Intended Audience :: Developers" ,
26
- " License :: OSI Approved :: MIT License" ,
27
- " Operating System :: MacOS :: MacOS X" ,
28
- " Operating System :: Microsoft :: Windows" ,
29
- " Operating System :: POSIX" ,
30
- " Programming Language :: Python" ,
31
- " Programming Language :: Python :: Implementation :: CPython" ,
32
- " Programming Language :: Python :: 3" ,
33
- " Programming Language :: Python :: 3 :: Only" ,
34
- " Programming Language :: Python :: 3.7" ,
35
- " Programming Language :: Python :: 3.8" ,
36
- " Programming Language :: Python :: 3.9" ,
37
- " Programming Language :: Python :: 3.10" ,
38
- " Topic :: Software Development :: Libraries" ,
39
- ]
40
40
[project .urls ]
41
41
Homepage = " https://github.com/pytest-dev/apipkg"
42
42
43
-
44
43
[tool .hatch .version ]
45
44
source = " vcs"
46
45
@@ -63,5 +62,6 @@ python = ["3.7", "3.8", "3.9", "3.10", "3.11"]
63
62
[tool .hatch .envs .test .scripts ]
64
63
run-coverage = " pytest --cov-config=pyproject.toml --cov=pkg --cov=tests {args}"
65
64
run = " run-coverage --no-cov {args}"
65
+
66
66
[mypy ]
67
67
python_version = " 3.7"
0 commit comments