view lib/standardservice/setup.py @ 523:77181261f8ce

move logsetup into new standardservice pkg Ignore-this: 7dbc4224ad2e8beb2534ccb4943e9a27
author drewp@bigasterisk.com
date Tue, 23 Apr 2019 01:29:32 -0700
parents
children 96d194b48503
line wrap: on
line source

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