Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: ThibaultFy <[email protected]>
  • Loading branch information
ThibaultFy committed Mar 25, 2024
1 parent 06ebf0d commit 4de86d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ path = "substra/__version__.py"
[project]
name = "substra"
description = "Low-level Python library for interacting with a Substra network"
dynamic = ["version"]
requires-python = ">= 3.9"
dependencies = [
"requests",
"urllib3<2",
Expand All @@ -32,8 +34,6 @@ classifiers = [
]
license = { file = "LICENSE" }
authors = [{ name = "Owkin, Inc." }]
dynamic = ["version"]
requires-python = ">= 3.9"


[project.optional-dependencies]
Expand Down

0 comments on commit 4de86d4

Please sign in to comment.