4 Commits

Author SHA1 Message Date
Devin Neal
d01ca92120 remove extraneous newline 2019-07-07 21:46:59 -07:00
Devin Neal
61c963a8ae update documentation link again 2019-07-07 21:44:50 -07:00
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 3 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

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