mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Merge branch 'master' of github.com:3b1b/manim
This commit is contained in:
commit
95191325e8
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = manimlib
|
name = manimgl
|
||||||
version = 1.0.0
|
version = 1.0.0
|
||||||
author = Grant Sanderson
|
author = Grant Sanderson
|
||||||
author-email= grant@3blue1brown.com
|
author-email= grant@3blue1brown.com
|
||||||
|
@ -19,4 +19,5 @@ extra_files = requirements.txt
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
manim = manimlib:main
|
manimgl = manimlib:main
|
||||||
|
manim-render = manimlib:main
|
||||||
|
|
Loading…
Add table
Reference in a new issue