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