Skip to content

Commit 01c22ff

Browse files
authored
build: Update project metadata to use SPDX license identifier
1 parent 78191c9 commit 01c22ff

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pyproject.toml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
[build-system]
22
build-backend = "setuptools.build_meta"
3-
43
requires = [
5-
"setuptools>=51",
4+
"setuptools>=77",
65
"setuptools-scm[toml]>=6.2",
7-
"wheel>=0.36",
86
]
97

108
[project]
119
name = "pytest-asyncio"
1210
description = "Pytest support for asyncio"
1311
readme.content-type = "text/x-rst"
1412
readme.file = "README.rst"
15-
license.text = "Apache 2.0"
13+
license = "Apache-2.0"
14+
license-files = [
15+
"LICENSE",
16+
]
1617
authors = [
1718
{ name = "Tin Tvrtković <[email protected]>", email = "[email protected]" },
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
]
6262
include-package-data = true
63-
license-files = [
64-
"LICENSE",
65-
]
6663

6764
[tool.setuptools_scm]
6865
write_to = "pytest_asyncio/_version.py"

0 commit comments

Comments
 (0)