Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
d6942d6f
Commit
d6942d6f
authored
Nov 15, 2014
by
Mark Smith
Browse files
Classify tweepy.
parent
615dd86a
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d6942d6f
...
...
@@ -27,4 +27,17 @@ setup(name="tweepy",
packages
=
find_packages
(
exclude
=
[
'tests'
]),
install_requires
=
reqs
,
keywords
=
"twitter library"
,
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Topic :: Software Development :: Libraries'
,
'License :: OSI Approved :: MIT License'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 2.6'
,
'Programming Language :: Python :: 2.7'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.4'
,
],
zip_safe
=
True
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment