diff --git a/setup.py b/setup.py index 27fc6ea82..77dc2df98 100644 --- a/setup.py +++ b/setup.py @@ -144,7 +144,7 @@ def build_extension(self, ext): extras_require={ "dev": dev_requirements, }, - license="Apache 2", + license="Apache-2.0", description=description, long_description=long_description, long_description_content_type="text/markdown", @@ -167,7 +167,6 @@ def build_extension(self, ext): "Environment :: GPU :: NVIDIA CUDA", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux",