зеркало из https://github.com/microsoft/sarplus.git
11 строки
315 B
Python
11 строки
315 B
Python
|
from distutils.core import setup
|
||
|
|
||
|
setup(name='pysarplus_dummy',
|
||
|
version='0.2',
|
||
|
description='pysarplus dummy package to trigger spark packaging',
|
||
|
author='Markus Cozowicz',
|
||
|
author_email='m@cozowicz.at',
|
||
|
url='https://github.com/eisber/sarplus',
|
||
|
packages=['pysarplus_dummy'],
|
||
|
)
|