Update readme and setup code to be pushed to pip repository.

This commit is contained in:
Alec Helbling
2022-12-31 12:36:15 -05:00
parent 313d1aa650
commit 334662e8c8
11 changed files with 341 additions and 154 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name = "manim_ml",
version = "0.0.11",
version = "0.0.12",
description = (" Machine Learning Animations in python using Manim."),
packages=find_packages(),
)