|
|
@ -1,16 +1,16 @@ |
|
|
|
diff --git a/setuptools/dist.py b/setuptools/dist.py
|
|
|
|
index 7785541..23108c7 100644
|
|
|
|
index b004f92..66b9d89 100644
|
|
|
|
--- a/setuptools/dist.py
|
|
|
|
+++ b/setuptools/dist.py
|
|
|
|
@@ -18,7 +18,6 @@ from setuptools.extern.six.moves import map
|
|
|
|
@@ -17,7 +17,6 @@ from setuptools.extern.six.moves import map
|
|
|
|
from pkg_resources.extern import packaging |
|
|
|
|
|
|
|
from setuptools.depends import Require |
|
|
|
-from setuptools import windows_support
|
|
|
|
from setuptools.monkey import get_unpatched |
|
|
|
import pkg_resources |
|
|
|
|
|
|
|
|
|
|
|
@@ -335,7 +334,6 @@ class Distribution(_Distribution):
|
|
|
|
@@ -383,7 +382,6 @@ class Distribution(_Distribution):
|
|
|
|
egg_cache_dir = os.path.join(os.curdir, '.eggs') |
|
|
|
if not os.path.exists(egg_cache_dir): |
|
|
|
os.mkdir(egg_cache_dir) |
|
|
|