view lib/cycloneerr/setup.py @ 1416:201090b9c725

just reindent, i think Ignore-this: 519383817f24612419191d79e14bfb5c darcs-hash:9573fbb16b44da29f3d4f3b1c429595a13e51532
author drewp <drewp@bigasterisk.com>
date Sat, 03 Aug 2019 17:02:16 -0700
parents a6bc8989b5b9
children 11712539f4df
line wrap: on
line source

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