diff --git a/setup.py b/setup.py index 0a4c118..2bc5e55 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def readall(path): author_email="me@kennethreitz.com", url="https://github.com/requests/requests-oauthlib", packages=["requests_oauthlib", "requests_oauthlib.compliance_fixes"], - python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", + python_requires=">=3.4", install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"], extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]}, license="ISC", @@ -53,8 +53,6 @@ def readall(path): "Natural Language :: English", "License :: OSI Approved :: BSD License", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5",