comparison 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
comparison
equal deleted inserted replaced
1433:be9b456717bd 1434:3ec2ca0b63ff
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 )