From f8cd1f258f4b3f52521db2a12bfbd0832fb2e9fa Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Sun, 14 Jun 2020 21:04:04 -0400 Subject: address --- setuptools/command/easy_install.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setuptools/command/easy_install.py') diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py index 15e46cfc..ab8258ca 100644 --- a/setuptools/command/easy_install.py +++ b/setuptools/command/easy_install.py @@ -2073,7 +2073,6 @@ class ScriptWriter: if sys.version_info >= (3, 8): template = textwrap.dedent(r""" # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r - __requires__ = %(spec)r import re import sys from importlib.metadata import distribution -- cgit v1.2.1