13 lines
206 B
Python
13 lines
206 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name='v6d3musicapi',
|
|
version='',
|
|
packages=['v6d3musicapi'],
|
|
url='',
|
|
license='',
|
|
author='PARRRATE TNV',
|
|
author_email='',
|
|
description=''
|
|
)
|