Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
updated authors and unblocked 3.9 from being installed using manof
  • Loading branch information
liranbg authored Jul 13, 2024
1 parent 7e9172a commit 87a93f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[project]
name = 'manof'
requires-python = ">=3.7,<3.8"
name = "manof"
requires-python = ">=3.7,<3.10"
version = "0.1.2"
authors = [
{name = "Your Name", email = "you@yourdomain.com"},
{name = "LiranBG", email = "liran_ben_gida@mckinsey.com"},
]

[tool.setuptools]
Expand Down

0 comments on commit 87a93f7

Please sign in to comment.