Skip to content

Commit acb3a4a

Browse files
RazerMnejch
authored andcommitted
chore: Use SPDX license expression in project metadata
1 parent 64ca597 commit acb3a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_version() -> str:
2525
long_description_content_type="text/x-rst",
2626
author="Gauvain Pocentek",
2727
author_email="gauvain@pocentek.net",
28-
license="LGPLv3",
28+
license="LGPL-3.0-or-later",
2929
url="https://github.com/python-gitlab/python-gitlab",
3030
packages=find_packages(exclude=["docs*", "tests*"]),
3131
install_requires=["requests>=2.25.0", "requests-toolbelt>=0.9.1"],

0 commit comments

Comments
 (0)