manim_0_1_4 / setup.py
fasdfsa's picture
init
33e0c59
#!/usr/bin/env python
from setuptools import setup
setup(
setup_requires=['pbr'],
pbr=True,
)