Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1402:5373c5cc03c4
device configs
Ignore-this: 6e052d5533da601f72c6e7017b232e8c
darcs-hash:b179d80e8a1c78f71d851b78f2e54ab781d9d1e7
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Jul 2019 10:16:14 -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', )