Skip to content

Commit

Permalink
Packaging: renamed license to match Pypi classifier (#326)
Browse files Browse the repository at this point in the history
Make license classifiers compatible with PyPI to fix error during
publishing
(https://github.com/Guts/qgis-deployment-cli/actions/runs/6799893590/job/18487221639):

![Uploading image.png…]()


Upstream:

- pypi/legacy#91
- pypa/trove-classifiers#17
  • Loading branch information
Guts authored Nov 8, 2023
2 parents 441355a + ec508e5 commit d259db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def load_requirements(requirements_files: Path | list[Path]) -> list:
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: Apache Software License 2.0",
"License :: OSI Approved :: Apache Software License",
"Operating System :: Microsoft :: Windows :: Windows 10",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d259db8

Please sign in to comment.