2019-05-05 20:07:31 +02:00
|
|
|
[metadata]
|
2021-02-07 10:27:41 +08:00
|
|
|
name = manimgl
|
2021-02-02 21:02:28 +08:00
|
|
|
version = 1.0.0
|
2019-05-05 20:07:31 +02:00
|
|
|
author = Grant Sanderson
|
|
|
|
author-email= grant@3blue1brown.com
|
|
|
|
summary = Animation engine for explanatory math videos
|
|
|
|
description-file = README.md
|
2019-05-05 21:57:55 +02:00
|
|
|
description-content-type = text/markdown; charset=UTF-8
|
2019-05-05 20:07:31 +02:00
|
|
|
home-page = https://github.com/3b1b/manim
|
|
|
|
project_urls =
|
|
|
|
Bug Tracker = https://github.com/3b1b/manim/issues
|
2021-02-02 21:02:28 +08:00
|
|
|
Documentation = https://3b1b.github.io/manim/
|
2019-05-05 20:07:31 +02:00
|
|
|
Source Code = https://github.com/3b1b/manim
|
|
|
|
license = MIT
|
2019-07-07 21:44:50 -07:00
|
|
|
|
2019-05-05 20:07:31 +02:00
|
|
|
[files]
|
2019-05-05 21:41:43 +02:00
|
|
|
packages = manimlib
|
2021-02-02 21:02:28 +08:00
|
|
|
extra_files = requirements.txt
|
2019-05-05 21:41:43 +02:00
|
|
|
|
|
|
|
[entry_points]
|
|
|
|
console_scripts =
|
2021-02-07 10:27:41 +08:00
|
|
|
manimgl = manimlib:main
|
|
|
|
manim-render = manimlib:main
|