diff --git a/setup.py b/setup.py index eed33fa..5edac99 100644 --- a/setup.py +++ b/setup.py @@ -10,5 +10,7 @@ url = 'https://github.com/HydrelioxGitHub/pybbox', # use the URL to the github repo download_url = 'https://github.com/HydrelioxGitHub/pybbox/tarball/0.0.5-alpha', keywords = ['bbox', 'Bouygues', 'routeur', 'API'], # arbitrary keywords - classifiers = [], -) \ No newline at end of file + classifiers = [ + 'License :: OSI Approved :: MIT License' + ], +)