3b1b-manim/setup.cfg

46 lines
984 B
INI
Raw Normal View History

[metadata]
2021-02-07 10:27:41 +08:00
name = manimgl
2021-10-16 13:07:26 +08:00
version = 1.2.0
author = Grant Sanderson
2021-06-26 12:23:14 +08:00
author_email= grant@3blue1brown.com
description = Animation engine for explanatory math videos
long_description = file: README.md
long_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
2021-06-26 12:23:14 +08:00
[options]
packages = find:
include_package_data=True
install_requires =
argparse
colour
numpy
Pillow
scipy
sympy
tqdm
mapbox-earcut
matplotlib
moderngl
moderngl_window
pydub
pygments
2021-06-26 12:23:14 +08:00
pyyaml
rich
2021-06-26 12:23:14 +08:00
screeninfo
pyreadline; sys_platform == 'win32'
validators
ipython
PyOpenGL
manimpango>=0.2.0,<0.4.0
2021-06-26 12:23:14 +08:00
[options.entry_points]
console_scripts =
2021-02-07 17:43:05 +08:00
manimgl = manimlib.__main__:main
manim-render = manimlib.__main__:main