Skip to content

Commit 1b24074

Browse files
committed
update packaging method
1 parent d50717a commit 1b24074

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["setuptools", "wheel"]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = manimgl
3-
version = 1.1.0
3+
version = 1.1.1
44
author = Grant Sanderson
55
author_email= [email protected]
66
description = Animation engine for explanatory math videos

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
import setuptools
2+
setuptools.setup()

0 commit comments

Comments
 (0)