mirror of
https://github.com/3b1b/manim.git
synced 2026-01-09 22:48:03 -05:00
update packaging method
This commit is contained in:
2
MANIFEST.in
Normal file
2
MANIFEST.in
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
graft manimlib
|
||||||
|
recursive-exclude manimlib *.pyc *.DS_Store
|
||||||
3
pyproject.toml
Normal file
3
pyproject.toml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
39
setup.cfg
39
setup.cfg
@@ -1,22 +1,43 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = manimgl
|
name = manimgl
|
||||||
|
version = 1.0.1
|
||||||
author = Grant Sanderson
|
author = Grant Sanderson
|
||||||
author-email= grant@3blue1brown.com
|
author_email= grant@3blue1brown.com
|
||||||
summary = Animation engine for explanatory math videos
|
description = Animation engine for explanatory math videos
|
||||||
description-file = README.md
|
long_description = file: README.md
|
||||||
description-content-type = text/markdown; charset=UTF-8
|
long_description_content_type = text/markdown; charset=UTF-8
|
||||||
home-page = https://github.com/3b1b/manim
|
home_page = https://github.com/3b1b/manim
|
||||||
project_urls =
|
project_urls =
|
||||||
Bug Tracker = https://github.com/3b1b/manim/issues
|
Bug Tracker = https://github.com/3b1b/manim/issues
|
||||||
Documentation = https://3b1b.github.io/manim/
|
Documentation = https://3b1b.github.io/manim/
|
||||||
Source Code = https://github.com/3b1b/manim
|
Source Code = https://github.com/3b1b/manim
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|
||||||
[files]
|
[options]
|
||||||
packages = manimlib
|
packages = find:
|
||||||
extra_files = requirements.txt
|
include_package_data=True
|
||||||
|
install_requires =
|
||||||
|
argparse
|
||||||
|
colour
|
||||||
|
numpy
|
||||||
|
Pillow
|
||||||
|
scipy
|
||||||
|
sympy
|
||||||
|
tqdm
|
||||||
|
mapbox-earcut
|
||||||
|
matplotlib
|
||||||
|
moderngl
|
||||||
|
moderngl_window
|
||||||
|
pydub
|
||||||
|
pyyaml
|
||||||
|
screeninfo
|
||||||
|
pyreadline; sys_platform == 'win32'
|
||||||
|
validators
|
||||||
|
ipython
|
||||||
|
PyOpenGL
|
||||||
|
manimpango>=0.2.0,<0.4.0
|
||||||
|
|
||||||
[entry_points]
|
[options.entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
manimgl = manimlib.__main__:main
|
manimgl = manimlib.__main__:main
|
||||||
manim-render = manimlib.__main__:main
|
manim-render = manimlib.__main__:main
|
||||||
|
|||||||
Reference in New Issue
Block a user