From 5e95f11cf89499a74b2a7bbd34b39c3215565a75 Mon Sep 17 00:00:00 2001 From: johnko Date: Sat, 20 Oct 2018 00:39:29 -0400 Subject: [PATCH] add pip and setuptools config --- .pip/pip.conf | 3 +++ .pydistutils.cfg | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 .pip/pip.conf create mode 100644 .pydistutils.cfg diff --git a/.pip/pip.conf b/.pip/pip.conf new file mode 100644 index 0000000..f073f73 --- /dev/null +++ b/.pip/pip.conf @@ -0,0 +1,3 @@ +[global] +# index-url = https://pypi/ +# cert = /opt/puppetlabs/puppet/ssl/cert.pem diff --git a/.pydistutils.cfg b/.pydistutils.cfg new file mode 100644 index 0000000..5783cb4 --- /dev/null +++ b/.pydistutils.cfg @@ -0,0 +1,2 @@ +[easy_install] +# index_url = https://pypi/