From 1b240743694debc594b7b58167c921aa95b4d648 Mon Sep 17 00:00:00 2001 From: TonyCrane <975062472@qq.com> Date: Tue, 24 Aug 2021 09:00:42 +0800 Subject: [PATCH] update packaging method --- pyproject.toml | 3 +-- setup.cfg | 2 +- setup.py | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 setup.py diff --git a/pyproject.toml b/pyproject.toml index 07de284a..c9538153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,2 @@ [build-system] -requires = ["setuptools", "wheel"] -build-backend = "setuptools.build_meta" \ No newline at end of file +requires = ["setuptools", "wheel"] \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index b2575b4e..3b3ed5fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py new file mode 100644 index 00000000..864b617c --- /dev/null +++ b/setup.py @@ -0,0 +1,2 @@ +import setuptools +setuptools.setup() \ No newline at end of file