File tree Expand file tree Collapse file tree 2 files changed +0
-117
lines changed
Expand file tree Collapse file tree 2 files changed +0
-117
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -150,20 +150,6 @@ def run(self):
150150cmdclass ['test' ] = NoopTestCommand
151151cmdclass ['build_ext' ] = BuildExtraLibraries
152152
153-
154- # patch bdist_wheel for a bug on windows
155- # https://bitbucket.org/pypa/wheel/issues/91/cannot-create-a-file-when-that-file
156- if os .name == 'nt' :
157- try :
158- from wheel .bdist_wheel import bdist_wheel
159- except ImportError :
160- # No wheel installed, so we also can't run that command...
161- pass
162- else :
163- # patched_bdist_wheel has a run() method, which works on windows
164- from patched_bdist_wheel import patched_bdist_wheel
165- cmdclass ['bdist_wheel' ] = patched_bdist_wheel
166-
167153# One doesn't normally see `if __name__ == '__main__'` blocks in a setup.py,
168154# however, this is needed on Windows to avoid creating infinite subprocesses
169155# when using multiprocessing.
You can’t perform that action at this time.
0 commit comments