Use proper SPDX identifier

BSD is ambiguous. There are several BSD versions and flavours out there
(see https://spdx.org/licenses/). Based on the `LICENSE.rst` I think it
is "BSD 2-Clause "Simplified" License".
pull/590/head
Maximilian Wirtz 2024-01-24 16:41:11 +01:00
rodzic bf8ad7add8
commit ef64213c24
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -51,7 +51,7 @@ setuptools.setup(
author='Plone Foundation',
author_email='plone-developers@lists.sourceforge.net',
url='https://github.com/collective/icalendar',
license='BSD',
license='BSD-2-Clause',
packages=setuptools.find_namespace_packages('src', exclude=["icalendar.fuzzing"]),
package_dir={'': 'src'},
include_package_data=True,