mirror of
https://github.com/3b1b/manim.git
synced 2026-01-12 16:08:16 -05:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d01ca92120 | ||
|
|
61c963a8ae | ||
|
|
e83c69d968 | ||
|
|
dfdceb1908 |
@@ -7,5 +7,5 @@ scipy==1.1.0
|
||||
tqdm==4.24.0
|
||||
opencv-python==3.4.2.17
|
||||
pycairo==1.17.1; sys_platform == 'linux'
|
||||
pycairo==1.18.0; sys_platform == 'win32'
|
||||
pycairo>=1.18.0; sys_platform == 'win32'
|
||||
pydub==0.23.0
|
||||
|
||||
@@ -8,7 +8,7 @@ description-content-type = text/markdown; charset=UTF-8
|
||||
home-page = https://github.com/3b1b/manim
|
||||
project_urls =
|
||||
Bug Tracker = https://github.com/3b1b/manim/issues
|
||||
Documentation = https://github.com/3b1b/manim
|
||||
Documentation = https://eulertour.com/learn/manim
|
||||
Source Code = https://github.com/3b1b/manim
|
||||
license = MIT
|
||||
|
||||
@@ -17,4 +17,4 @@ packages = manimlib
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
manim = manimlib:main
|
||||
manim = manimlib:main
|
||||
|
||||
Reference in New Issue
Block a user