From 66e1c90ae81f71c7039cd62c60417a96202d906c Mon Sep 17 00:00:00 2001 From: Martin Styk Date: Fri, 7 Feb 2025 17:35:36 +0100 Subject: [PATCH] fix: move classifiers to prevent recalculation by Poetry (#131) Co-authored-by: Martin Styk Co-authored-by: J. Nick Koston --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1804a35..d9b1e98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" @@ -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" },