From 380446e22fa3b93a45127fb33aeba23617550ada Mon Sep 17 00:00:00 2001 From: Matthew Vine <32849887+MattTheCuber@users.noreply.github.com> Date: Tue, 9 Dec 2025 15:28:33 -0500 Subject: [PATCH] fix: update license specification --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bbebf57..547e118 100644 --- a/setup.py +++ b/setup.py @@ -49,9 +49,6 @@ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', - 'License :: OSI Approved :: Apache Software License', - 'License :: OSI Approved :: GNU General Public License (GPL)', - 'License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX', @@ -65,6 +62,8 @@ 'Topic :: Office/Business', 'Topic :: Software Development :: Libraries :: Python Modules', ], + license = "GPL-2.0-or-later OR Apache-2.0", + license-files = ["GPL-LICENSE-2.txt", "APACHE-LICENSE-2.0.txt"], description='Python API and tools to manipulate OpenDocument files', long_description = ( """