finalize final pieces of project

This commit is contained in:
Yash Agarwal
2017-06-17 20:53:08 +05:30
parent 7b94319d3f
commit 05723d21b0
4 changed files with 117 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
from distutils.core import setup
setup(
name='music-tagger',
name='BeautifyMP3',
version='1.0.0',
packages=[''],
url='https://github.com/yash2696/MP3Repair',
url='https://github.com/yash2696/BeautifyMP3',
license='MIT',
author='Yash Agarwal',
author_email='yashagarwaljpr@gmail.com',
description=''
description='A tool to automatically fix MP3 file metadata and filenames.'
)