Commit f8cd1f25 authored by Ofek Lev's avatar Ofek Lev

address

parent d6501f3c
......@@ -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
......
......@@ -74,7 +74,6 @@ class TestEasyInstallTest:
if sys.version_info >= (3, 8):
expected = header + DALS(r"""
# EASY-INSTALL-ENTRY-SCRIPT: 'spec','console_scripts','name'
__requires__ = 'spec'
import re
import sys
from importlib.metadata import distribution
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment