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