Skip to content

Commit

Permalink
Pyproject doc link fix (#18)
Browse files Browse the repository at this point in the history
* Added doc link to pyproject

Poetry won't install properly if no link exists in the toml file. I've linked it to what is also placed on the repo.

* Inserted updated doc link
  • Loading branch information
MaximilianMeiler authored Feb 12, 2024
1 parent ebafade commit bee77ec
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 @@ -6,7 +6,7 @@ authors = ["Nikhil Iyer <[email protected]>", "Hammad Nasir <hammadn99@gma
readme = "README.md"
packages = [{include = "manim_data_structures", from = "src"}]
repository = "https://github.com/ufosc/manim-data-structures"
documentation = ""
documentation = "https://docs.manim.community/en/stable/"

[tool.poetry.dependencies]
python = ">=3.8.0,<3.11"
Expand Down

0 comments on commit bee77ec

Please sign in to comment.