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