Add new file
This commit is contained in:
parent
ffea8994ea
commit
d60ff7bd5d
1 changed files with 15 additions and 0 deletions
15
setup.py
Normal file
15
setup.py
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
from distutils.core import setup
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='slixfeed',
|
||||||
|
version='1.0',
|
||||||
|
description='rss through xmpp bot',
|
||||||
|
install_require=[
|
||||||
|
'aiohttp',
|
||||||
|
'slixmpp',
|
||||||
|
'eliot',
|
||||||
|
'feedparser'
|
||||||
|
]
|
||||||
|
)
|
Loading…
Reference in a new issue