aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blog/2016-01-01-virtualenvs-for-everyone.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blog/2016-01-01-virtualenvs-for-everyone.md b/source/blog/2016-01-01-virtualenvs-for-everyone.md
index 193deb64..faf27fb7 100644
--- a/source/blog/2016-01-01-virtualenvs-for-everyone.md
+++ b/source/blog/2016-01-01-virtualenvs-for-everyone.md
@@ -15,12 +15,15 @@ This task could clearly be automated; the only slightly tricky bit is to program
#!/usr/bin/env python3
"""setuptools stubs.
+
Here we only stubbed the symbols in setuptools.__all__. Hopefully that's
enough (actually I can't remember seeing any setup.py using more than
setup and find_packages).
+
setup has been spoofed to print the names of scripts, console_scripts
and gui_scripts defined in the arguments to setup. Some user-friendly
messages are also printed to stderr.
+
"""
from __future__ import print_function