Skip to content

Commit

Permalink
Use SPDX license expression (PR #125)
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel authored Nov 19, 2024
2 parents cfca2d3 + bd2cae1 commit 61bcb23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ name = "aioconsole"
dynamic = ["version"]
description = "Asynchronous console and interfaces for asyncio"
readme = {file = "README.rst", content-type = "text/x-rst"}
license = {file = "LICENSE"}
license = {text = "GPL-3.0-or-later"}
requires-python = ">=3.8"
authors = [
{ name = "Vincent Michel", email = "[email protected]" },
]
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 61bcb23

Please sign in to comment.