mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-05-17 10:45:54 +08:00
9 lines
199 B
Python
9 lines
199 B
Python
from setuptools import setup, find_packages
|
|
|
|
setup(
|
|
name="manim_ml",
|
|
version="0.0.17",
|
|
description=("Machine Learning Animations in python using Manim."),
|
|
packages=find_packages(),
|
|
)
|