From 80b537f7c3176e1229ec5b18b3236f309fb8fbc8 Mon Sep 17 00:00:00 2001 From: Manuel Vázquez Acosta Date: Fri, 25 Mar 2022 22:53:47 +0100 Subject: Add missing name in table [project] in 'pyproject.toml'. (#78) Fixes issue #77. --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index de2ece5..e9018e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [project] +name = 'immutables' requires-python = ">=3.6" [build-system] -- cgit v1.2.3