From e4df135bbea9f6c8e57ef597e796bccd03b4fe58 Mon Sep 17 00:00:00 2001 From: Tony031218 <975062472@qq.com> Date: Tue, 2 Feb 2021 21:02:28 +0800 Subject: [PATCH] update setup.cfg --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8e6a9f37..11ce6b1b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,6 @@ [metadata] name = manimlib +version = 1.0.0 author = Grant Sanderson author-email= grant@3blue1brown.com summary = Animation engine for explanatory math videos @@ -8,12 +9,13 @@ 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://eulertour.com/learn/manim + Documentation = https://3b1b.github.io/manim/ Source Code = https://github.com/3b1b/manim license = MIT [files] packages = manimlib +extra_files = requirements.txt [entry_points] console_scripts =