mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
update license info in description per latest python packaging guide
This commit is contained in:
5
setup.py
5
setup.py
@ -84,7 +84,8 @@ setup(
|
|||||||
python_requires=">=3.9, <4",
|
python_requires=">=3.9, <4",
|
||||||
extras_require=extras_require,
|
extras_require=extras_require,
|
||||||
py_modules=["libp2p"],
|
py_modules=["libp2p"],
|
||||||
license="MIT/APACHE2.0",
|
license="MIT AND Apache-2.0",
|
||||||
|
license_files=("LICENSE-MIT", "LICENSE-APACHE"),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
keywords="libp2p p2p",
|
keywords="libp2p p2p",
|
||||||
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
|
packages=find_packages(exclude=["scripts", "scripts.*", "tests", "tests.*"]),
|
||||||
@ -92,8 +93,6 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: MIT License",
|
|
||||||
"License :: OSI Approved :: Apache Software License",
|
|
||||||
"Natural Language :: English",
|
"Natural Language :: English",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.9",
|
"Programming Language :: Python :: 3.9",
|
||||||
|
|||||||
Reference in New Issue
Block a user