Mercurial > code > home > repos > homeauto
view lib/devices_shared/setup.py @ 1434:3ec2ca0b63ff
fix download url separator
Ignore-this: 2426fe3cc2f5fd30e5c9c87903fed4f4
darcs-hash:be42c3ea21d197f0ed222855aaad88253d477313
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 11 Aug 2019 03:25:50 -0700 |
parents | f54660b33a24 |
children | bf00280598c0 |
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', )