Skip to content

Commit

Permalink
Add missing name in table [project] in 'pyproject.toml'.
Browse files Browse the repository at this point in the history
Fixes issue #7.
  • Loading branch information
mvaled committed Mar 25, 2022
1 parent d811894 commit 7fd27f3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion immutables/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# supported platforms, publish the packages on PyPI, merge the PR
# to the target branch, create a Git tag pointing to the commit.

__version__ = '0.17.dev0'
__version__ = '0.17.dev1'
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[project]
name = 'immutables'
requires-python = ">=3.6"

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 7fd27f3

Please sign in to comment.