Skip to content

Commit b7dc3e3

Browse files
committed
Update setup.py
As far as I can tell, this entry point points to a non-existent function. What's the command 'lazy_object_proxy' supposed to do anyway?
1 parent e97041c commit b7dc3e3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,6 @@ def _unavailable(self, e):
9797
extras_require={
9898
# eg: "rst": ["docutils>=0.11"],
9999
},
100-
entry_points={
101-
"console_scripts": [
102-
"lazy_object_proxy = lazy_object_proxy.__main__:main"
103-
]
104-
},
105100
cmdclass={"build_ext": optional_build_ext},
106101
ext_modules=[
107102
Extension(

0 commit comments

Comments
 (0)