Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Jaca 518c18ad91
Merge pull request #590 from Shortfinga/master
Update license
2024-01-24 17:23:09 +01:00
Maximilian Wirtz ef64213c24 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".
2024-01-24 16:41:11 +01:00
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,