mirror of
https://github.com/yashhere/BeautifyMP3.git
synced 2025-12-14 04:03:51 +00:00
finalize final pieces of project
This commit is contained in:
6
setup.py
6
setup.py
@@ -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.'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user