update license info in description per latest python packaging guide

This commit is contained in:
pacrob
2025-04-07 16:11:45 -06:00
committed by Paul Robinson
parent 346a0a14db
commit 90657a3b23

View File

@ -84,7 +84,8 @@ setup(
python_requires=">=3.9, <4",
extras_require=extras_require,
py_modules=["libp2p"],
license="MIT/APACHE2.0",
license="MIT AND Apache-2.0",
license_files=("LICENSE-MIT", "LICENSE-APACHE"),
zip_safe=False,
keywords="libp2p p2p",
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
@ -92,8 +93,6 @@ setup(
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"License :: OSI Approved :: Apache Software License",
"Natural Language :: English",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",