diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ import os import sys - -from setuptools import setup, find_packages from distutils.sysconfig import get_python_lib +from setuptools import find_packages, setup + # Warn if we are installing over top of an existing installation. This can # cause issues where files that were deleted from a more recent Django are # still present in site-packages. See #18115. |
