diff --git a/setup.py b/setup.py index b1876c5f501..8000d5b3c42 100755 --- a/setup.py +++ b/setup.py @@ -160,7 +160,7 @@ def run_tests(self): author=meta['author'], author_email=meta['contact'], url=meta['homepage'], - license='BSD', + license='BSD-3-Clause', platforms=['any'], install_requires=install_requires(), python_requires=">=3.7",