mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-21 12:37:00 +08:00
Added manim-presentation-wizard and manim-presentation commands
This commit is contained in:
6
setup.py
6
setup.py
@ -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=[
|
||||
],
|
||||
|
Reference in New Issue
Block a user