mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-07-15 07:57:41 +08:00
8 lines
205 B
Python
8 lines
205 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
name = "manim_ml",
|
|
version = "0.0.11",
|
|
description = (" Machine Learning Animations in python using Manim."),
|
|
packages=find_packages(),
|
|
) |