Mercurial > code > home > repos > homeauto
comparison lib/devices_shared/setup.py @ 533:bb6b4988dd75
make devices_shared into lib
Ignore-this: 9c4c0c05413eb2660312862ecc5a743b
author | drewp@bigasterisk.com |
---|---|
date | Thu, 25 Apr 2019 17:22:39 -0700 |
parents | |
children | db58e417b9eb |
comparison
equal
deleted
inserted
replaced
532:71aa55cd8433 | 533:bb6b4988dd75 |
---|---|
1 from distutils.core import setup | |
2 | |
3 setup( | |
4 name='devices_shared', | |
5 version='0.0.0', | |
6 packages=['devices_shared'], | |
7 package_dir={'devices_shared': ''}, | |
8 requires=[ | |
9 'numpy', | |
10 'imageio', | |
11 'rdflib', | |
12 ], | |
13 url='https://projects.bigasterisk.com/devices_shared/devices_shared-0.0.0.tar.gz', | |
14 author='Drew Perttula', | |
15 author_email='drewp@bigasterisk.com', | |
16 ) |