view lib/standardservice/setup.py @ 530:f09fc1a18b66

release 0.3.0 Ignore-this: 6a15882d78dfb10b867626b380ceeb23
author drewp@bigasterisk.com
date Tue, 23 Apr 2019 02:18:07 -0700
parents 96d194b48503
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',
)