13 lines
220 B
Python
13 lines
220 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="v6d2ctx",
|
|
version="",
|
|
packages=["v6d2ctx", "v6d2ctx.integration"],
|
|
url="",
|
|
license="",
|
|
author="PARRRATE T&V",
|
|
author_email="",
|
|
description="",
|
|
)
|