update packaging method

This commit is contained in:
TonyCrane 2021-08-24 09:00:42 +08:00
parent d50717a3fc
commit 1b24074369
3 changed files with 4 additions and 3 deletions

View file

@ -1,3 +1,2 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
requires = ["setuptools", "wheel"]

View file

@ -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
View file

@ -0,0 +1,2 @@
import setuptools
setuptools.setup()