Make license information SPDX-compatible (as recommended by the build system)
This commit is contained in:
committed by
Jacob Alexander
parent
1d88b6e346
commit
db129685e6
3
setup.py
3
setup.py
@@ -237,7 +237,7 @@ setup(
|
|||||||
description="A cython wrapping of the C++ Cap'n Proto library",
|
description="A cython wrapping of the C++ Cap'n Proto library",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="BSD",
|
license="BSD-2-Clause",
|
||||||
# (setup.py only supports 1 author...)
|
# (setup.py only supports 1 author...)
|
||||||
author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani
|
author="Jacob Alexander", # <- Current maintainer; Original author -> Jason Paryani
|
||||||
author_email="haata@kiibohd.com",
|
author_email="haata@kiibohd.com",
|
||||||
@@ -247,7 +247,6 @@ setup(
|
|||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: BSD License",
|
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: MacOS :: MacOS X",
|
||||||
"Operating System :: Microsoft :: Windows :: Windows 10",
|
"Operating System :: Microsoft :: Windows :: Windows 10",
|
||||||
"Operating System :: POSIX",
|
"Operating System :: POSIX",
|
||||||
|
|||||||
Reference in New Issue
Block a user