File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools>=61 .0" ]
2
+ requires = [" setuptools>=77 .0" ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " aiohttp-asyncmdnsresolver"
7
7
dependencies = [" aiodns>=3.2.0" , " aiohttp>=3.10.0" , " zeroconf>=0.142.0" ]
8
8
description = " An async resolver for aiohttp that supports MDNS"
9
9
dynamic = [" version" ]
10
- license = { file = " LICENSE " }
10
+ license = " Apache-2.0 "
11
11
readme = " README.rst"
12
12
requires-python = " >=3.9"
13
13
classifiers = [
14
14
" Programming Language :: Python" ,
15
15
" Programming Language :: Python :: 3" ,
16
- " License :: OSI Approved :: Apache Software License" ,
17
16
" Operating System :: OS Independent" ,
18
17
" Intended Audience :: Developers" ,
19
18
" Topic :: Internet :: WWW/HTTP" ,
You can’t perform that action at this time.
0 commit comments