mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
rename pypi package and entry_points
This commit is contained in:
parent
6f69902892
commit
b558ae98cf
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