Add basic setup.py

This commit is contained in:
Patrick Elmer 2023-02-06 16:38:53 +09:00
parent 603b049ec8
commit 8a68e96c54

7
setup.py Normal file
View File

@ -0,0 +1,7 @@
from setuptools import setup
setup(
name='soundchanger',
version='0.1.0'
)