diff --git a/setup.py b/setup.py index 25ac4eb..8861788 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,10 @@ classifiers=[ 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', - 'Programming Language :: Python :: 3.10' + 'Programming Language :: Python :: 3.10', + 'License :: OSI Approved :: Apache Software License', + 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ], python_requires='>=3.8', )