Mercurial > code > home > repos > homeauto
view lib/standardservice/setup.py @ 1420:8ffead2295e0
release 0.7.0
Ignore-this: da64b66a5123da5a08b7afa9816221ab
darcs-hash:1714de97f2c2f1cdf9f71c689f6acd81fc122371
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Sun, 04 Aug 2019 12:57:25 -0700 |
parents | c84520084b6f |
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', )