mirror of
https://github.com/3b1b/manim.git
synced 2026-01-13 00:18:05 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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
|
||||
|
||||
@@ -11,10 +11,11 @@ project_urls =
|
||||
Documentation = https://github.com/3b1b/manim
|
||||
Source Code = https://github.com/3b1b/manim
|
||||
license = MIT
|
||||
url = https://eulertour.com/learn/manim
|
||||
|
||||
[files]
|
||||
packages = manimlib
|
||||
|
||||
[entry_points]
|
||||
console_scripts =
|
||||
manim = manimlib:main
|
||||
manim = manimlib:main
|
||||
|
||||
Reference in New Issue
Block a user