mirror of
https://github.com/3b1b/manim.git
synced 2025-08-21 05:44:04 +00:00
update setup.cfg
This commit is contained in:
parent
9916f56fb1
commit
e4df135bbe
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = manimlib
|
name = manimlib
|
||||||
|
version = 1.0.0
|
||||||
author = Grant Sanderson
|
author = Grant Sanderson
|
||||||
author-email= grant@3blue1brown.com
|
author-email= grant@3blue1brown.com
|
||||||
summary = Animation engine for explanatory math videos
|
summary = Animation engine for explanatory math videos
|
||||||
|
@ -8,12 +9,13 @@ 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://eulertour.com/learn/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]
|
[files]
|
||||||
packages = manimlib
|
packages = manimlib
|
||||||
|
extra_files = requirements.txt
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
console_scripts =
|
console_scripts =
|
||||||
|
|
Loading…
Add table
Reference in a new issue