Skip to content

Commit

Permalink
fix: amend syntax to specify README file in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
IamGianluca committed Mar 24, 2024
1 parent 2d58922 commit 61426e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "2.0.0"
description = "A framework to accelerate AI development"
authors = [{name= "Gianluca Rossi" , email= "gr.gianlucarossi@gmail.com" }]
license = {file = "LICENSE"}
readme = {file = "README.md"}
readme = "README.md"
dependencies = [
"scipy>=1.9.3",
"loguru>=0.6.0",
Expand Down

0 comments on commit 61426e0

Please sign in to comment.