From b13bf44ed8bc56a4868dd89638bca8add71163ba Mon Sep 17 00:00:00 2001 From: Simon Coulton Date: Thu, 3 Oct 2019 09:32:16 +1000 Subject: [PATCH] chore: change license to BSD to resolve Twine issue --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67d58de..3a6255e 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def read(filename, as_list=False): author='Simon Coulton', author_email='simon@bespohk.com', - license=read('LICENSE'), + license='BSD', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',