From 8307dac44545c24c071206c2f9a39a6b97bb8879 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Sun, 5 Aug 2018 14:37:19 -0300 Subject: [PATCH] Fixed setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0aa9a03..e6401a0 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( install_requires=['requests==2.18.4', 'httmock==1.2.5', 'python-jose==1.4.0', 'simplejson'], classifiers=[ 'Programming Language :: Python :: 3', - 'License :: OSI Approved :: The MIT License (MIT)', + 'License :: OSI Approved :: MIT License', 'Development Status :: 3 - Alpha', 'Operating System :: MacOS', 'Operating System :: Unix',