Skip to content

Commit

Permalink
fix: move classifiers to prevent recalculation by Poetry (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Styk <martin.styk@oracle.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
  • Loading branch information
3 people authored Feb 7, 2025
1 parent 850640e commit 66e1c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[project]
name = "aiohappyeyeballs"
version = "2.4.4"
license = "PSF-2.0"
description = "Happy Eyeballs for asyncio"
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]
readme = "README.md"
Expand Down Expand Up @@ -29,6 +28,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: Python Software Foundation License"
]
license = "PSF-2.0"
packages = [
{ include = "aiohappyeyeballs", from = "src" },
{ include = "tests", format = "sdist" },
Expand Down

0 comments on commit 66e1c90

Please sign in to comment.