From 4e078e1e3ba5011d3660477782d216a283b0fa50 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 9 Oct 2016 14:42:13 +0300 Subject: Require Python 2.7; support bumper --- license-summary | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'license-summary') diff --git a/license-summary b/license-summary index 4bc9b6f..07ca9b8 100755 --- a/license-summary +++ b/license-summary @@ -25,8 +25,7 @@ import cliapp import re import sys - -__version__ = '0.2' +import licsummary class LicenseSummary(cliapp.Application): @@ -112,4 +111,4 @@ class LicenseSummary(cliapp.Application): self.summaries[s] = self.summaries.get(s, []) + [filename] -LicenseSummary(version=__version__).run() +LicenseSummary(version=licsummary.__version__).run() -- cgit v1.2.1