baneks-speech / setup.py
zeio's picture
feat(loader): added script for loading dataset, added setup.py
b9d7915 verified
raw
history blame
No virus
153 Bytes
from setuptools import setup
setup(
name = "baneks-speech",
version = "10.10.2023",
install_requires = [
"music-tag==0.4.3"
]
)