Skip to content

Commit

Permalink
Disable adopted distutils while troubleshooting #2228 and #2230.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 3, 2020
1 parent e7e5817 commit 812fc05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setuptools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import os
import functools

import setuptools.distutils_patch # noqa: F401
# Disabled for now due to: #2228, #2230
# import setuptools.distutils_patch # noqa: F401

import distutils.core
import distutils.filelist
Expand Down

0 comments on commit 812fc05

Please sign in to comment.