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