Mercurial > code > home > repos > homeauto
comparison lib/devices_shared/setup.py @ 1346:f54660b33a24
release 0.3.0
Ignore-this: 24ef128b3e09333e2ed61b04e04b479a
darcs-hash:512129e12304545dcc5e22a840c3910d258e5221
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 25 Apr 2019 23:01:04 -0700 |
parents | 4d3b31903c04 |
children | d7cd15c1d762 |
comparison
equal
deleted
inserted
replaced
1345:a6bc8989b5b9 | 1346:f54660b33a24 |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='devices_shared', | 4 name='devices_shared', |
5 version='0.2.0', | 5 version='0.3.0', |
6 packages=['devices_shared'], | 6 packages=['devices_shared'], |
7 package_dir={'devices_shared': ''}, | 7 package_dir={'devices_shared': ''}, |
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.2.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 ) |