from setuptools import setup setup( name = "baneks-speech", version = "10.10.2023", install_requires = [ "music-tag==0.4.3" ] )