diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:05:25 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:05:25 +0200 |
| commit | 6cc792288fb7fdcb257b427c6b94b770b9149308 (patch) | |
| tree | 443ad24760a9d38e9f57debd25f89508ec3bcff1 /setuptools | |
| parent | 720ba1011686a7dc6bfa29490a9316ba73f4e020 (diff) | |
| download | external_python_setuptools-6cc792288fb7fdcb257b427c6b94b770b9149308.tar.gz external_python_setuptools-6cc792288fb7fdcb257b427c6b94b770b9149308.tar.bz2 external_python_setuptools-6cc792288fb7fdcb257b427c6b94b770b9149308.zip | |
Remove apparently irrelevant details.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/tests/test_pep517.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/setuptools/tests/test_pep517.py b/setuptools/tests/test_pep517.py index 71644b4a..12c86fa5 100644 --- a/setuptools/tests/test_pep517.py +++ b/setuptools/tests/test_pep517.py @@ -53,8 +53,6 @@ def build_backend(tmpdir): name='foo', py_modules=['hello'], setup_requires=['six'], - entry_points={'console_scripts': ['hi = hello.run']}, - zip_safe=False, ) """), 'hello.py': DALS(""" |
