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:
parent
a622f05ab9
commit
ee9d64736e
10
setup.py
10
setup.py
@ -13,4 +13,14 @@ setup(name = 'tornadonews',
|
||||
'tornadonews=tornadonews.tornadonews:main',
|
||||
],
|
||||
},
|
||||
requires = [
|
||||
'tornado',
|
||||
'feedparser',
|
||||
'feedgenerator'
|
||||
],
|
||||
install_requires = [
|
||||
'tornado',
|
||||
'feedparser',
|
||||
'feedgenerator'
|
||||
]
|
||||
)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = '0.0.1'
|
||||
__version__ = '0.1.0'
|
||||
|
Loading…
Reference in New Issue
Block a user