Mercurial > code > home > repos > homeauto
annotate 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 |
rev | line source |
---|---|
1313 | 1 from distutils.core import setup |
2 | |
3 setup( | |
4 name='twisted_sse', | |
5 version='0.2.0', | |
6 packages=['twisted_sse'], | |
7 package_dir={'twisted_sse': ''}, | |
8 install_requires=['twisted'], | |
9 url='https://projects.bigasterisk.com/', | |
10 author='Drew Perttula', | |
11 author_email='drewp@bigasterisk.com', | |
12 ) |