Skip to content

Commit 4489451

Browse files
committed
Add comment indicating that backports.entry_points_selectable is only needed for older Pythons.
1 parent 746c8ba commit 4489451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ project_urls =
4141
packages = find:
4242
install_requires =
4343
appdirs>=1.4.3,<2
44+
# required for Python 3.5 and 2.7 compatibility (3381339d)
4445
backports.entry_points_selectable>=1.0.4
4546
distlib>=0.3.1,<1
4647
filelock>=3.0.0,<4

0 commit comments

Comments
 (0)