view lib/standardservice/setup.py @ 1333:fbf777c3bc04

release 0.3.0 Ignore-this: 6a15882d78dfb10b867626b380ceeb23 darcs-hash:b018221be04d03c4ab32ceab3d148468ada274d5
author drewp <drewp@bigasterisk.com>
date Tue, 23 Apr 2019 02:18:07 -0700
parents b0c0f1308290
children 3b4915ab7b74
line wrap: on
line source

from distutils.core import setup
 
setup(
    name='standardservice',
    version='0.3.0',
    packages=['standardservice'],
    package_dir={'standardservice': ''},
    requires=[],
    url='https://projects.bigasterisk.com/standardservice/standardservice-0.3.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)