Mercurial > code > home > repos > homeauto
comparison lib/standardservice/setup.py @ 1391:c84520084b6f
release 0.6.0
Ignore-this: e561ca14b3db890a9a2b996b22fbd959
darcs-hash:b596cbf3c76b1a0e221382bd7db7ab620af0f2c9
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Thu, 06 Jun 2019 02:30:00 -0700 |
parents | 2e0c4ba9d7cf |
children |
comparison
equal
deleted
inserted
replaced
1390:2e0c4ba9d7cf | 1391:c84520084b6f |
---|---|
1 from setuptools import setup | 1 from setuptools import setup |
2 | 2 |
3 setup( | 3 setup( |
4 name='standardservice', | 4 name='standardservice', |
5 version='0.5.0', | 5 version='0.6.0', |
6 packages=['standardservice'], | 6 packages=['standardservice'], |
7 package_dir={'standardservice': ''}, | 7 package_dir={'standardservice': ''}, |
8 install_requires=[ | 8 install_requires=[ |
9 'psutil', | 9 'psutil', |
10 'twisted', | 10 'twisted', |
11 'scales', # use git+http://github.com/drewp/scales.git@master#egg=scales | 11 'scales', # use git+http://github.com/drewp/scales.git@master#egg=scales |
12 ], | 12 ], |
13 url='https://projects.bigasterisk.com/standardservice/standardservice-0.5.0.tar.gz', | 13 url='https://projects.bigasterisk.com/standardservice/standardservice-0.6.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 ) |