1
0
mirror of https://github.com/sjlongland/tornado-news.git synced 2025-09-13 10:03:14 +10:00

Update package metadata for v0.1.0

This commit is contained in:
Stuart Longland 2017-10-15 08:49:30 +10:00
parent a622f05ab9
commit ee9d64736e
Signed by: stuartl
GPG Key ID: F954BBBB7948D546
2 changed files with 11 additions and 1 deletions

View File

@ -13,4 +13,14 @@ setup(name = 'tornadonews',
'tornadonews=tornadonews.tornadonews:main',
],
},
requires = [
'tornado',
'feedparser',
'feedgenerator'
],
install_requires = [
'tornado',
'feedparser',
'feedgenerator'
]
)

View File

@ -1 +1 @@
__version__ = '0.0.1'
__version__ = '0.1.0'