view lib/standardservice/setup.py @ 545:5ab84b8a706b

release 0.4.0 Ignore-this: fa3be75cf8765569c6498f743858ad48
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 23:01:26 -0700
parents 3b4915ab7b74
children ae023f60f761
line wrap: on
line source

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