Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1356:35090659d414
fix /static path dir
Ignore-this: 464d6e4dfc28f03240fde8cf1f047e41
darcs-hash:a16cad68206967fd7e85e2fe66d07e5cba279b6f
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 23:52:22 -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', )