Mercurial > code > home > repos > homeauto
view 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 |
line wrap: on
line source
from setuptools import setup setup( name='standardservice', version='0.6.0', packages=['standardservice'], package_dir={'standardservice': ''}, install_requires=[ 'psutil', 'twisted', 'scales', # use git+http://github.com/drewp/scales.git@master#egg=scales ], url='https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )