Skip to content

Commit

Permalink
Add missing name and version 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 c222adb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
[project]
name = 'immutables'
version = attr: immutables._version.VERSION
requires-python = ">=3.6"

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

0 comments on commit c222adb

Please sign in to comment.