mirror of
https://github.com/yashhere/BeautifyMP3.git
synced 2025-12-13 19:53:49 +00:00
13 lines
267 B
Python
13 lines
267 B
Python
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=''
|
|
)
|