-
Notifications
You must be signed in to change notification settings - Fork 3
/
setup.cfg
44 lines (40 loc) · 1.14 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[metadata]
name = manim_express
author = kunyuan
author-email = [email protected]
summary = Animation engine for explanatory math videos
description-file = README.md
description-content-type = text/markdown; charset=UTF-8
home-page = https://github.com/beidongjiedeguang/manim-express
project_urls =
Bug Tracker = https://github.com/beidongjiedeguang/manim-express/issues
Source Code = https://github.com/beidongjiedeguang/manim-express
license = MIT
classifier =
Operating System :: OS Independent
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Artificial Intelligence
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
keywords =
Computer Vision
Mathematics
Physics
Machine Learning
Neural Networks
[files]
packages =
manim_express
data_files =
manim_express = manim_express/*
[options]
packages = find:
python_requires = >= 3.7
[requirements-files]
install_requires = requirements.txt
extras_require =
dev = requirements-dev.txt
[entry_points]
console_scripts =
manim-express = manimlib.__main__:main