Skip to content

Commit

Permalink
Use SPDX license expression (#450)
Browse files Browse the repository at this point in the history
Use the SPDX license identifier as recommended by PEP 639.
https://spdx.org/licenses/Apache-2.0.html
  • Loading branch information
bieniu authored Nov 22, 2024
1 parent f41f78d commit 115c3f9
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 @@ -17,7 +17,7 @@
long_description_content_type="text/markdown",
include_package_data=True,
url="https://github.com/bieniu/gios",
license="Apache-2.0 License",
license="Apache-2.0",
packages=["gios"],
package_data={"gios": ["py.typed"]},
python_requires=">=3.12",
Expand Down

0 comments on commit 115c3f9

Please sign in to comment.