diff --git a/setup.py b/setup.py index f18451c..ce87e5f 100644 --- a/setup.py +++ b/setup.py @@ -124,8 +124,8 @@ python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', classifiers=CLASSIFIERS, keywords=KEYWORDS, - license='BSD (2 clause)', + license='BSD-3-Clause', ) if __name__ == '__main__': - setup(**project) \ No newline at end of file + setup(**project)