From 0f0e6300534b8b847f139c04b9e6ed1cc1100d90 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 15 Oct 2013 14:10:22 -0700 Subject: Print help header for env section --- attoconf/_version.py | 2 +- attoconf/classy.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/attoconf/_version.py b/attoconf/_version.py index 5e27224..4199a0e 100644 --- a/attoconf/_version.py +++ b/attoconf/_version.py @@ -11,7 +11,7 @@ minor = 8 # Incremented if there is a bugfix release. # Might not be contiguous. -patch = 4 +patch = 5 # Reserved for distributors and forks. # Contains arbitrary text, but no parentheses or newlines. diff --git a/attoconf/classy.py b/attoconf/classy.py index 7a16372..a2891dc 100644 --- a/attoconf/classy.py +++ b/attoconf/classy.py @@ -95,6 +95,7 @@ class ClassyProject(Project): Usually there is one or two of these for every program needed. ''' + self.add_help('Environment Variables:', hidden=False) def features(self): ''' Customizations for this package (--enable-*). -- cgit v1.2.3-70-g09d2