3b1b-manim/setup.cfg

59 lines
1.4 KiB
INI
Raw Normal View History

[metadata]
2021-02-07 10:27:41 +08:00
name = manimgl
2022-04-07 11:00:43 +08:00
version = 1.6.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
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Topic :: Scientific/Engineering
Topic :: Multimedia :: Video
Topic :: Multimedia :: Graphics
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3 :: Only
Natural Language :: English
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 =
2021-06-26 12:23:14 +08:00
colour
numpy
Pillow
scipy
sympy
tqdm
mapbox-earcut
matplotlib
moderngl
moderngl_window
2021-11-10 00:21:04 +08:00
skia-pathops
2021-06-26 12:23:14 +08:00
pydub
pygments
2021-06-26 12:23:14 +08:00
pyyaml
rich
2021-06-26 12:23:14 +08:00
screeninfo
validators
ipython
PyOpenGL
2022-03-02 18:38:24 +08:00
manimpango>=0.4.0.post0,<0.5.0
2022-02-08 00:24:40 +08:00
isosurfaces
svgelements
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