diff options
Diffstat (limited to 'lib/python2.7/distutils/distutils.cfg')
-rw-r--r-- | lib/python2.7/distutils/distutils.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/python2.7/distutils/distutils.cfg b/lib/python2.7/distutils/distutils.cfg new file mode 100644 index 00000000..1af230ec --- /dev/null +++ b/lib/python2.7/distutils/distutils.cfg @@ -0,0 +1,6 @@ +# This is a config file local to this virtualenv installation +# You may include options that will be used by all distutils commands, +# and by easy_install. For instance: +# +# [easy_install] +# find_links = http://mylocalsite |