2 Commits

Author SHA1 Message Date
Devin Neal
e83c69d968 udpate documentation link 2019-07-07 21:37:24 -07:00
Devin Neal
dfdceb1908 allow pycairo>=1.18.0 for windows 2019-07-07 10:11:33 -07:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

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