projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
1130239
)
change setup.py
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 03:10:59 +0000
(12:10 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 03:10:59 +0000
(12:10 +0900)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/setup.py
index 61b72eba86e477b97ca7079af0d53cea4dbfea29..efb561978bbac98faae25afc8c6671e1f1fc1e85 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-1,6
+1,6
@@
from setuptools import setup, find_packages
from setuptools import setup, find_packages
-version = '0.3.
1
'
+version = '0.3.
2
'
install_requires = [
"python-dateutil",
install_requires = [
"python-dateutil",
@@
-21,7
+21,6
@@
setup(name='rainbowstream',
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: OS Independent",
"Intended Audience :: End Users/Desktop",
"Natural Language :: English",
"Operating System :: OS Independent",
- "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
@@
-30,7
+29,7
@@
setup(name='rainbowstream',
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
],
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
],
- keywords='twitter, command-line tools,
web 2.0,
stream API',
+ keywords='twitter, command-line tools, stream API',
author='Vu Nhat Minh',
author_email='nhatminh179@gmail.com',
url='http://www.rainbowstream.org/',
author='Vu Nhat Minh',
author_email='nhatminh179@gmail.com',
url='http://www.rainbowstream.org/',