From cec1b7af66ddb21282b1ae7e28063d69b3910586 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Mon, 24 Jun 2024 17:31:07 +0200 Subject: [PATCH] Update setup.py --- setup.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' + ], +)