Added manim-presentation-wizard and manim-presentation commands

This commit is contained in:
Federico Galatolo
2021-06-28 20:17:23 +02:00
parent 87bbc9a8c6
commit 0429cf3543

View File

@ -15,7 +15,11 @@ setuptools.setup(
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),
entry_points = {
"console_scripts": ["manim_presentation=manim_presentation.present:main"],
"console_scripts": [
"manim_presentation=manim_presentation.present:main",
"manim-presentation=manim_presentation.present:main",
"manim-presentation-wizard=manim_presentation.wizard:main",
],
},
install_requires=[
],