view lib/standardservice/setup.py @ 541:3b4915ab7b74

switch to setuptools and 'install_requires' Ignore-this: ffb0aa596145b0ab6ce9983b399ef58b
author drewp@bigasterisk.com
date Thu, 25 Apr 2019 22:59:43 -0700
parents f09fc1a18b66
children 5ab84b8a706b
line wrap: on
line source

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