Skip to content

Commit 27d9cd2

Browse files
cdce8pwebknjaz
andauthored
Use SPDX license identifier (#36)
* Use SPDX license identifier * Move changelog entry to packaging * Update CHANGES/36.packaging.rst Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]> --------- Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 8fb30c2 commit 27d9cd2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES/36.packaging.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The packaging metadata switched to including an SPDX license identifier introduced in :pep:`639` -- by :user:`cdce8p`.
2+
3+
As a side effect, the minimum required version of ``setuptools`` increased to v77.

pyproject.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
[build-system]
2-
requires = ["setuptools>=61.0"]
2+
requires = ["setuptools>=77.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aiohttp-asyncmdnsresolver"
77
dependencies = ["aiodns>=3.2.0", "aiohttp>=3.10.0", "zeroconf>=0.142.0"]
88
description = "An async resolver for aiohttp that supports MDNS"
99
dynamic = ["version"]
10-
license = {file = "LICENSE"}
10+
license = "Apache-2.0"
1111
readme = "README.rst"
1212
requires-python = ">=3.9"
1313
classifiers = [
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
16-
"License :: OSI Approved :: Apache Software License",
1716
"Operating System :: OS Independent",
1817
"Intended Audience :: Developers",
1918
"Topic :: Internet :: WWW/HTTP",

0 commit comments

Comments
 (0)