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",
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user