Mercurial > code > home > repos > homeauto
comparison lib/devices_shared/setup.py @ 631:d7cd15c1d762
fix download url separator
Ignore-this: 2426fe3cc2f5fd30e5c9c87903fed4f4
author | drewp@bigasterisk.com |
---|---|
date | Sun, 11 Aug 2019 03:25:50 -0700 |
parents | 68d559a2c2ae |
children | bf00280598c0 |
comparison
equal
deleted
inserted
replaced
630:b04155f191f9 | 631:d7cd15c1d762 |
---|---|
8 install_requires=[ | 8 install_requires=[ |
9 'numpy', | 9 'numpy', |
10 'imageio', | 10 'imageio', |
11 'rdflib', | 11 'rdflib', |
12 ], | 12 ], |
13 url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.3.0.tar.gz', | 13 url='https://projects.bigasterisk.com/devices-shared/devices_shared-0.3.0.tar.gz', |
14 author='Drew Perttula', | 14 author='Drew Perttula', |
15 author_email='drewp@bigasterisk.com', | 15 author_email='drewp@bigasterisk.com', |
16 ) | 16 ) |