From de91fbd55d6cb68199a697fa7df0995858fede90 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 30 Sep 2024 13:00:20 -0500 Subject: [PATCH] fix: switch license classifier to PSF-2.0 replaces and closes #87 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17df567..8bee02f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "aiohappyeyeballs" version = "2.4.2" description = "Happy Eyeballs for asyncio" authors = ["J. Nick Koston "] -license = "Python-2.0.1" +license = "PSF-2.0" readme = "README.md" repository = "https://github.com/aio-libs/aiohappyeyeballs" documentation = "https://aiohappyeyeballs.readthedocs.io"