soundchanger/setup.py
2023-02-06 16:38:53 +09:00

7 lines
84 B
Python

from setuptools import setup
setup(
name='soundchanger',
version='0.1.0'
)