42711230d9ca60cb4c2e212430d0756a29d0980a
1 from setuptools
import setup
, find_packages
16 setup(name
='rainbowstream',
18 description
="A smart and nice Twitter client on terminal.",
19 long_description
=open("./README.rst", "r").read(),
21 "Development Status :: 5 - Production/Stable",
22 "Environment :: Console",
23 "Intended Audience :: End Users/Desktop",
24 "Natural Language :: English",
25 "Operating System :: OS Independent",
26 "Programming Language :: Python :: 2.6",
27 "Programming Language :: Python :: 2.7",
28 "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
30 "License :: OSI Approved :: MIT License",
32 keywords
='twitter, command-line tools, web 2.0, stream API',
33 author
='Vu Nhat Minh',
34 author_email
='nhatminh_179@hotmail.com',
35 url
='https://github.com/DTVD/rainbowstream',
36 license
='MIT License',
37 packages
=find_packages(exclude
=['ez_setup', 'examples', 'tests']),
38 include_package_data
=True,
40 install_requires
=install_requires
,
42 # -*- Entry points: -*-
44 rainbow=rainbowstream.rainbow:fly