File tree 1 file changed +5
-8
lines changed
1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
build-backend = " setuptools.build_meta"
3
-
4
3
requires = [
5
- " setuptools>=51 " ,
4
+ " setuptools>=77 " ,
6
5
" setuptools-scm[toml]>=6.2" ,
7
- " wheel>=0.36" ,
8
6
]
9
7
10
8
[project ]
11
9
name = " pytest-asyncio"
12
10
description = " Pytest support for asyncio"
13
11
readme.content-type = " text/x-rst"
14
12
readme.file = " README.rst"
15
- license.text = " Apache 2.0"
13
+ license = " Apache-2.0"
14
+ license-files = [
15
+ " LICENSE" ,
16
+ ]
16
17
authors = [
17
18
{
name =
" Tin Tvrtković <[email protected] >" ,
email =
" [email protected] " },
18
19
]
@@ -22,7 +23,6 @@ classifiers = [
22
23
" Framework :: AsyncIO" ,
23
24
" Framework :: Pytest" ,
24
25
" Intended Audience :: Developers" ,
25
- " License :: OSI Approved :: Apache Software License" ,
26
26
" Programming Language :: Python :: 3 :: Only" ,
27
27
" Programming Language :: Python :: 3.9" ,
28
28
" Programming Language :: Python :: 3.10" ,
@@ -60,9 +60,6 @@ packages = [
60
60
" pytest_asyncio" ,
61
61
]
62
62
include-package-data = true
63
- license-files = [
64
- " LICENSE" ,
65
- ]
66
63
67
64
[tool .setuptools_scm ]
68
65
write_to = " pytest_asyncio/_version.py"
You can’t perform that action at this time.
0 commit comments