diff --git a/setup.py b/setup.py index 45e1c9a..6e9c474 100644 --- a/setup.py +++ b/setup.py @@ -10,4 +10,8 @@ install_requires=[ # Add dependencies here ], -) \ No newline at end of file + classifiers=[ + 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)', + # add other classifiers as needed + ] +)