7 lines
84 B
Python
7 lines
84 B
Python
from setuptools import setup
|
|
|
|
|
|
setup(
|
|
name='soundchanger',
|
|
version='0.1.0'
|
|
) |