aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Vázquez Acosta <mvaled@users.noreply.github.com>2022-03-25 22:53:47 +0100
committerGitHub <noreply@github.com>2022-03-25 14:53:47 -0700
commit80b537f7c3176e1229ec5b18b3236f309fb8fbc8 (patch)
tree7382a5fa29423f544774b8e2e36c73a237caffd3
parent88e2427ed1f4d9d396dafc928ae09f2319c08828 (diff)
downloadimmutables-80b537f7c3176e1229ec5b18b3236f309fb8fbc8.tar.gz
immutables-80b537f7c3176e1229ec5b18b3236f309fb8fbc8.zip
Add missing name in table [project] in 'pyproject.toml'. (#78)
Fixes issue #77.
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
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]