diff options
Diffstat (limited to 'wheel_artifacts/setup.py.base')
| -rw-r--r-- | wheel_artifacts/setup.py.base | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wheel_artifacts/setup.py.base b/wheel_artifacts/setup.py.base index e22298b99..9de30af5f 100644 --- a/wheel_artifacts/setup.py.base +++ b/wheel_artifacts/setup.py.base @@ -20,7 +20,6 @@ class build_ext(Command): setup_args = dict( include_package_data=True, packages = ["{name}"], - entry_points = {console_scripts}, ext_modules = [Extension("{fake_ext}", [], py_limited_api=True)], install_requires={install}, cmdclass=dict([("build_ext", build_ext)]), |
