3b1b-manim/setup.cfg

24 lines
622 B
INI
Raw Normal View History

[metadata]
2021-02-07 10:27:41 +08:00
name = manimgl
2021-02-02 21:02:28 +08:00
version = 1.0.0
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
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/
Source Code = https://github.com/3b1b/manim
license = MIT
2019-07-07 21:44:50 -07:00
[files]
packages = manimlib
2021-02-02 21:02:28 +08:00
extra_files = requirements.txt
[entry_points]
console_scripts =
2021-02-07 10:27:41 +08:00
manimgl = manimlib:main
manim-render = manimlib:main