Skip to content

Commit

Permalink
541: updates pypi metadata in setup file (#542)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Troussard <mm_sparrow@beeswaxnoneofyours.com>
  • Loading branch information
jtroussard and Jacques Troussard committed Mar 28, 2024
1 parent 7af9125 commit 45eca1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=">=3.4",
python_requires=">=3.7",
install_requires=["oauthlib>=3.0.0", "requests>=2.0.0"],
extras_require={"rsa": ["oauthlib[signedtoken]>=3.0.0"]},
license="ISC",
Expand All @@ -54,9 +54,6 @@ def readall(path):
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 45eca1a

Please sign in to comment.