From df410772d28f6b8693599d8ff0c526c52cd414bb Mon Sep 17 00:00:00 2001 From: Erik Cederstrand Date: Wed, 20 Aug 2025 10:02:47 +0200 Subject: [PATCH] Use a valid SPDX identifier as license classifier This helps automatic license checkers like pip-licenses to identify the right license for this project --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a1073d3..9bfdba6 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ long_description=open('README.rst').read(), author='IT Services, University of Oxford', author_email='opendata@oucs.ox.ac.uk', + license='BSD-3-Clause', version=__version__, packages=packages, scripts=['bin/sharepoint'],