Mercurial > code > home > repos > homeauto
view lib/twisted_sse/setup.py @ 1313:630e0d1846b8
mv twisted_sse
Ignore-this: a59fadbe80bc4a393b1dab8228e022c1
darcs-hash:dc218d166be8566000cc59eabaa71b2f9667fe9b
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 22 Apr 2019 21:58:09 -0700 |
parents | |
children |
line wrap: on
line source
from distutils.core import setup setup( name='twisted_sse', version='0.2.0', packages=['twisted_sse'], package_dir={'twisted_sse': ''}, install_requires=['twisted'], url='https://projects.bigasterisk.com/', author='Drew Perttula', author_email='drewp@bigasterisk.com', )