diff --git a/setup.py b/setup.py index 59ededd..c546dee 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,10 @@ setup( ], }, classifiers=[ + "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", + "Topic :: Software Development :: Libraries", ], )