3b1b-manim/setup.cfg

67 lines
1.5 KiB
INI
Raw Normal View History

[metadata]
2021-02-07 10:27:41 +08:00
name = manimgl
2024-12-12 20:54:37 -06:00
version = 1.7.2
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 =
2024-12-11 10:38:30 -06:00
addict
appdirs
audioop-lts
2021-06-26 12:23:14 +08:00
colour
diskcache
2024-10-17 10:43:18 -07:00
ipython>=8.18.0
2022-04-22 16:42:45 +08:00
isosurfaces
2024-10-17 10:43:18 -07:00
fontTools
manimpango>=0.6.0
mapbox-earcut
2021-06-26 12:23:14 +08:00
matplotlib
moderngl
moderngl_window
2022-04-22 16:42:45 +08:00
numpy
Pillow
2021-06-26 12:23:14 +08:00
pydub
pygments
2022-04-22 16:42:45 +08:00
PyOpenGL
pyperclip
2021-06-26 12:23:14 +08:00
pyyaml
rich
2022-04-22 16:42:45 +08:00
scipy
2021-06-26 12:23:14 +08:00
screeninfo
setuptools
2022-04-22 16:42:45 +08:00
skia-pathops
2022-09-07 13:28:27 +08:00
svgelements>=1.8.1
2022-04-22 16:42:45 +08:00
sympy
tqdm
2024-10-17 10:43:18 -07:00
typing-extensions; python_version < "3.11"
2022-04-22 16:42:45 +08:00
validators
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