view lib/standardservice/setup.py @ 1332:9d4684867908

typo from addition of verboseLogging Ignore-this: 76d72724b9a8bb7375f41a616ff84f0d darcs-hash:4d9d667cee0da1d5e324af92cf07a166e8266fa5
author drewp <drewp@bigasterisk.com>
date Tue, 23 Apr 2019 02:17:35 -0700
parents b0c0f1308290
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',
)