using mutagen and trying to figure out a way to improve search results accuracy

This commit is contained in:
Yash Agarwal
2017-06-14 22:14:05 +05:30
parent cb757fcd01
commit 84d6a9d59e
3 changed files with 62 additions and 26 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
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=''
)