|
|
@@ -0,0 +1,11 @@
|
|
|
+#!/usr/bin/env python
|
|
|
+
|
|
|
+from distutils.core import setup
|
|
|
+
|
|
|
+setup(name='audio_to_visualization',
|
|
|
+ version='1.0',
|
|
|
+ description='Audio to visualization script',
|
|
|
+ author='CodingVibe',
|
|
|
+ url='https://github.com/codingvibe/audio-to-vizualization',
|
|
|
+ packages=['ffmpeg_python'],
|
|
|
+ )
|