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