author | Chris Cooper <ccooper@deadsquid.com> |
Tue, 12 Aug 2014 15:52:53 -0400 | |
changeset 425 | 6a33930fa99bdf43ef3d2e45fcf30a179dc59896 |
parent 422 | 359aa1c289aeb39807de37b5978af6a5210f78b1 |
permissions | -rw-r--r-- |
from setuptools import setup setup( name='mozpoolclient', version='0.1.6', author='Zambrano, Armen', author_email='armenzg@mozilla.com', py_modules=['mozpoolclient'], scripts=[], url='http://pypi.python.org/pypi/mozpoolclient/', license='MPL', description='It allows you to interact with devices managed by Mozpool.', long_description=open('README.txt').read(), install_requires=[ 'requests >= 1.0.0', ], )