Skip to content

Commit

Permalink
Update setup.py to prevent new rope updates from being installed to P…
Browse files Browse the repository at this point in the history
…ython 2 users
  • Loading branch information
lieryan committed Apr 7, 2022
1 parent 5f145bc commit 465f712
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Natural Language :: English",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
Expand Down Expand Up @@ -78,4 +76,5 @@ def get_version():
"pytest-timeout",
]
},
python_requires=">=3",
)

0 comments on commit 465f712

Please sign in to comment.