File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11[build-system ]
22build-backend = " setuptools.build_meta"
3-
43requires = [
5- " setuptools>=51 " ,
4+ " setuptools>=77 " ,
65 " setuptools-scm[toml]>=6.2" ,
7- " wheel>=0.36" ,
86]
97
108[project ]
119name = " pytest-asyncio"
1210description = " Pytest support for asyncio"
1311readme.content-type = " text/x-rst"
1412readme.file = " README.rst"
15- license.text = " Apache 2.0"
13+ license = " Apache-2.0"
14+ license-files = [
15+ " LICENSE" ,
16+ ]
1617authors = [
1718 { name = " Tin Tvrtković <tinchester@gmail.com>" , email = " tinchester@gmail.com" },
1819]
@@ -22,7 +23,6 @@ classifiers = [
2223 " Framework :: AsyncIO" ,
2324 " Framework :: Pytest" ,
2425 " Intended Audience :: Developers" ,
25- " License :: OSI Approved :: Apache Software License" ,
2626 " Programming Language :: Python :: 3 :: Only" ,
2727 " Programming Language :: Python :: 3.9" ,
2828 " Programming Language :: Python :: 3.10" ,
@@ -60,9 +60,6 @@ packages = [
6060 " pytest_asyncio" ,
6161]
6262include-package-data = true
63- license-files = [
64- " LICENSE" ,
65- ]
6663
6764[tool .setuptools_scm ]
6865write_to = " pytest_asyncio/_version.py"
You can’t perform that action at this time.
0 commit comments