Skip to content

Commit c39dba9

Browse files
committed
Fix license SPDX id
1 parent eb7fa0b commit c39dba9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Mosquito Alert API"
55
authors = [
66
{name = "Developers",email = "[email protected]"},
77
]
8-
license = "GPL-3"
8+
license = "GPL-3.0-only"
99
readme = "README.md"
1010
keywords = ["OpenAPI", "OpenAPI-Generator", "Mosquito Alert API"]
1111
requires-python = ">=3.9"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
install_requires=REQUIRES,
4343
packages=find_packages(exclude=["test", "tests"]),
4444
include_package_data=True,
45-
license="GPL-3",
45+
license="GPL-3.0-only",
4646
long_description_content_type='text/markdown',
4747
long_description="""\
4848
Introducing API v1 for Mosquito Alert platform, a project desgined to facilitate citizen science initiatives and enable collaboration among scientists, public health officials, and environmental managers in the investigation and control of disease-carrying mosquitoes.

0 commit comments

Comments
 (0)