view lib/cycloneerr/setup.py @ 728:17ff9322328b

an attempt as ESP-IDF build (doesn't work) calling a nim-generated main function (also doesn't work) Ignore-this: d43cda6cf70930a20864cae066f11739
author drewp@bigasterisk.com
date Thu, 23 Jan 2020 23:46:34 -0800
parents 4113931e5035
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',
)