rename pypi package and entry_points

This commit is contained in:
Tony031218 2021-02-07 10:27:41 +08:00
parent 6f69902892
commit b558ae98cf

View file

@ -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