From 49c338ec0f053b4ca11186ebd3aab6fcf8ea22cd Mon Sep 17 00:00:00 2001 From: insolor <2442833+insolor@users.noreply.github.com> Date: Mon, 26 Feb 2024 21:23:43 +0300 Subject: [PATCH] Trying to fix license specification (#35) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 85a9028..6b144bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ version = "0.13.0" requires-python = ">= 3.8" description = "Fast and memory efficient DAWG (DAFSA) for Python" readme = "README.md" -license = "MIT" authors = [ {name = "Mikhail Korobov", email = "kmike84@gmail.com"}