Mercurial > code > home > repos > homeauto
comparison lib/devices_shared/setup.py @ 534:db58e417b9eb
release 0.1.0
Ignore-this: a1db114a81f53579df97d7480dc4b85
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 17:23:29 -0700 |
parents | bb6b4988dd75 |
children | 4ce968eecaa9 |
comparison
equal
deleted
inserted
replaced
533:bb6b4988dd75 | 534:db58e417b9eb |
---|---|
1 from distutils.core import setup | 1 from distutils.core import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='devices_shared', | 4 name='devices_shared', |
5 version='0.0.0', | 5 version='0.1.0', |
6 packages=['devices_shared'], | 6 packages=['devices_shared'], |
7 package_dir={'devices_shared': ''}, | 7 package_dir={'devices_shared': ''}, |
8 requires=[ | 8 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.0.0.tar.gz', | 13 url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.1.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 ) |