mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-07 14:32:57 -04:00
7 lines
148 B
Python
7 lines
148 B
Python
from distutils.core import setup
|
|
|
|
setup(
|
|
name='rewind_clip_generator',
|
|
version='1.0',
|
|
packages=['lib', 'lib.routes', 'lib.handlers'],
|
|
)
|