From e896fdcd29a754603534f3145e998bd576dadeb0 Mon Sep 17 00:00:00 2001 From: CircuitSacul Date: Wed, 7 Dec 2022 20:44:15 -0500 Subject: [PATCH] fix license identifier --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5eb8a66..ac613cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "socketapp" version = "0" description = "An opinionated library for creating websocket-based applications." authors = ["CircuitSacul "] -license = "The Unlicense" +license = "Unlicense" readme = "README.md" [tool.poetry.dependencies]