-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
944a20f
commit 7fce4e4
Showing
2 changed files
with
81 additions
and
119 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[tool.poetry] | ||
name = "manim-PluginTemplate" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
description = "A template project to both illustrate and serve as an example for plugin creations on top of the manim (community edition) engine." | ||
license = "MIT" | ||
authors = ["The Manim Community Developers","Jason G. Villanueva <[email protected]>"] | ||
authors = ["The Manim Community Developers"] | ||
readme = "README.rst" | ||
repository = "https://github.com/ManimCommunity/manim-plugintemplate" | ||
documentation="https://docs.manim.community/en/latest/installation/plugins.html" | ||
|
@@ -22,7 +22,7 @@ classifiers= [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.6" | ||
manim = "^0.1" | ||
manim = "^0" | ||
|
||
[tool.poetry.plugins."manim.plugins"] | ||
"manim_plugintemplate" = "manim_plugintemplate" | ||
|