File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ recursive-include vendor/libuv *
66recursive-exclude vendor/libuv/.git *
77recursive-exclude vendor/libuv/docs *
88recursive-exclude vendor/libuv/img *
9- include LICENSE-MIT LICENSE-APACHE README.rst Makefile performance.png .flake8 mypy.ini
9+ include Makefile performance.png .flake8 mypy.ini
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ description = "Fast implementation of asyncio event loop on top of libuv"
44authors = [{name = " Yury Selivanov" , email = " yury@magic.io" }]
55requires-python = ' >=3.8.1'
66readme = " README.rst"
7- license = {text = " MIT License" }
7+ license = " MIT OR Apache-2.0"
8+ license-files = [" LICENSE-APACHE" , " LICENSE-MIT" ]
89dynamic = [" version" ]
910keywords = [
1011 " asyncio" ,
@@ -14,8 +15,6 @@ classifiers = [
1415 " Development Status :: 5 - Production/Stable" ,
1516 " Framework :: AsyncIO" ,
1617 " Intended Audience :: Developers" ,
17- " License :: OSI Approved :: Apache Software License" ,
18- " License :: OSI Approved :: MIT License" ,
1918 " Operating System :: POSIX" ,
2019 " Operating System :: MacOS :: MacOS X" ,
2120 " Programming Language :: Python :: 3 :: Only" ,
@@ -56,7 +55,7 @@ docs = [
5655
5756[build-system ]
5857requires = [
59- " setuptools>=60 " ,
58+ " setuptools>=77.0.3 " ,
6059 " wheel" ,
6160 " Cython~=3.1" ,
6261]
You can’t perform that action at this time.
0 commit comments