File tree 4 files changed +35
-17
lines changed
4 files changed +35
-17
lines changed Original file line number Diff line number Diff line change
1
+ graft manimlib
2
+ recursive-exclude manimlib *.pyc *.DS_Store
Original file line number Diff line number Diff line change
1
+ [build-system ]
2
+ requires = [" setuptools" , " wheel" ]
3
+ build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = manimgl
3
+ version = 1.0.1
3
4
author = Grant Sanderson
4
-
5
- summary = Animation engine for explanatory math videos
6
- description-file = README.md
7
- description-content-type = text/markdown; charset=UTF-8
8
- home-page = https://github.com/3b1b/manim
5
+
6
+ description = Animation engine for explanatory math videos
7
+ long_description = file: README.md
8
+ long_description_content_type = text/markdown; charset=UTF-8
9
+ home_page = https://github.com/3b1b/manim
9
10
project_urls =
10
11
Bug Tracker = https://github.com/3b1b/manim/issues
11
12
Documentation = https://3b1b.github.io/manim/
12
13
Source Code = https://github.com/3b1b/manim
13
14
license = MIT
14
15
15
- [files]
16
- packages = manimlib
17
- extra_files = requirements.txt
16
+ [options]
17
+ packages = find:
18
+ include_package_data =True
19
+ install_requires =
20
+ argparse
21
+ colour
22
+ numpy
23
+ Pillow
24
+ scipy
25
+ sympy
26
+ tqdm
27
+ mapbox-earcut
28
+ matplotlib
29
+ moderngl
30
+ moderngl_window
31
+ pydub
32
+ pyyaml
33
+ screeninfo
34
+ pyreadline; sys_platform == 'win32'
35
+ validators
36
+ ipython
37
+ PyOpenGL
38
+ manimpango>=0.2.0,<0.4.0
18
39
19
- [entry_points]
40
+ [options. entry_points]
20
41
console_scripts =
21
42
manimgl = manimlib.__main__:main
22
43
manim-render = manimlib.__main__:main
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments