Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1409:e78b8806ad05
actually set put payload this time. add treq dep
Ignore-this: b6a05c294d9a5ee6052972cad4ecb5c5
darcs-hash:d41a16eb44db885ff391ddbe64352245b885a838
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Jul 2019 17:37:24 -0700 |
parents | f54660b33a24 |
children | d7cd15c1d762 |
line wrap: on
line source
from setuptools import setup setup( name='devices_shared', version='0.3.0', packages=['devices_shared'], package_dir={'devices_shared': ''}, install_requires=[ 'numpy', 'imageio', 'rdflib', ], url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.3.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )