Mercurial > code > home > repos > homeauto
view lib/standardservice/setup.py @ 1327:b0c0f1308290
release 0.2.0
Ignore-this: 2b9c4c58478d3c23673172ec9765a814
darcs-hash:0c230c933b4207913333b59cfa5a15be0c5dcb9e
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 23 Apr 2019 01:30:14 -0700 |
parents | 1934c050f8cc |
children | f09fc1a18b66 |
line wrap: on
line source
from distutils.core import setup setup( name='standardservice', version='0.2.0', packages=['standardservice'], package_dir={'standardservice': ''}, requires=[], url='https://projects.bigasterisk.com/standardservice/standardservice-0.2.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com', )