mirror of
https://github.com/3b1b/manim.git
synced 2025-04-13 09:47:07 +00:00
update packaging method
This commit is contained in:
parent
d50717a3fc
commit
1b24074369
3 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,2 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
requires = ["setuptools", "wheel"]
|
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = manimgl
|
||||
version = 1.1.0
|
||||
version = 1.1.1
|
||||
author = Grant Sanderson
|
||||
author_email= grant@3blue1brown.com
|
||||
description = Animation engine for explanatory math videos
|
||||
|
|
2
setup.py
Normal file
2
setup.py
Normal file
|
@ -0,0 +1,2 @@
|
|||
import setuptools
|
||||
setuptools.setup()
|
Loading…
Add table
Reference in a new issue