Skip to content

Commit

Permalink
fix: adjust license to Python-2.0.1 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Aug 16, 2024
1 parent 42d3485 commit 30a2dc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aiohappyeyeballs"
version = "2.3.5"
description = "Happy Eyeballs for asyncio"
authors = ["J. Nick Koston <nick@koston.org>"]
license = "Python-2.0"
license = "Python-2.0.1"
readme = "README.md"
repository = "https://github.com/aio-libs/aiohappyeyeballs"
documentation = "https://aiohappyeyeballs.readthedocs.io"
Expand All @@ -17,8 +17,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: Python License (CNRI Python License)"
"Programming Language :: Python :: 3.12"
]
packages = [
{ include = "aiohappyeyeballs", from = "src" },
Expand Down

0 comments on commit 30a2dc5

Please sign in to comment.