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
30170626
Commit
30170626
authored
May 14, 2018
by
Hugo
Browse files
Add python_requires to help pip
parent
0494119f
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
30170626
...
...
@@ -28,6 +28,7 @@ setup(name="tweepy",
"PySocks>=1.5.7"
,
],
keywords
=
"twitter library"
,
python_requires
=
'>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*'
,
classifiers
=
[
'Development Status :: 4 - Beta'
,
'Topic :: Software Development :: Libraries'
,
...
...
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