File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools >= 64" ]
2
+ # setuptools v77 adds PEP 639 support
3
+ requires = [" setuptools >= 77" ]
3
4
build-backend = " setuptools.build_meta"
4
5
5
6
[project ]
6
7
name = " trio"
7
8
description = " A friendly Python library for async concurrency and I/O"
8
9
authors = [{
name =
" Nathaniel J. Smith" ,
email =
" [email protected] " }]
9
- license = {text = " MIT OR Apache-2.0" }
10
+ license = " MIT OR Apache-2.0"
11
+ license-files = [" LICENSE*" ]
10
12
keywords = [
11
13
" async" ,
12
14
" io" ,
@@ -17,8 +19,6 @@ classifiers = [
17
19
" Development Status :: 4 - Beta" ,
18
20
" Framework :: Trio" ,
19
21
" Intended Audience :: Developers" ,
20
- " License :: OSI Approved :: MIT License" ,
21
- " License :: OSI Approved :: Apache Software License" ,
22
22
" Operating System :: POSIX :: Linux" ,
23
23
" Operating System :: MacOS :: MacOS X" ,
24
24
" Operating System :: POSIX :: BSD" ,
You can’t perform that action at this time.
0 commit comments