diff options
author | Manuel Vázquez Acosta <mvaled@users.noreply.github.com> | 2022-03-25 22:53:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 14:53:47 -0700 |
commit | 80b537f7c3176e1229ec5b18b3236f309fb8fbc8 (patch) | |
tree | 7382a5fa29423f544774b8e2e36c73a237caffd3 /pyproject.toml | |
parent | 88e2427ed1f4d9d396dafc928ae09f2319c08828 (diff) | |
download | immutables-80b537f7c3176e1229ec5b18b3236f309fb8fbc8.tar.gz immutables-80b537f7c3176e1229ec5b18b3236f309fb8fbc8.zip |
Add missing name in table [project] in 'pyproject.toml'. (#78)
Fixes issue #77.
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
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] |