from distutils.core import setup setup( name='music-tagger', version='1.0.0', packages=[''], url='https://github.com/yash2696/MP3Repair', license='MIT', author='Yash Agarwal', author_email='yashagarwaljpr@gmail.com', description='' )