We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11d131b commit b1f3f90Copy full SHA for b1f3f90
setup.py
@@ -91,7 +91,6 @@ def __setitem__(self, key, value):
91
super(LazyBuildExtCommandClass, self).__setitem__(key, value)
92
93
def __getitem__(self, key):
94
- global include_dirs
95
if key != 'build_ext':
96
return super(LazyBuildExtCommandClass, self).__getitem__(key)
97
0 commit comments