From be44ec8a21584cf5482efdd7108714502ead9caa Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 14 Jan 2016 00:48:12 -0500 Subject: Massive summary changes --- d2to1/d2to1.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'd2to1') diff --git a/d2to1/d2to1.ini b/d2to1/d2to1.ini index 608518d..5c862cd 100644 --- a/d2to1/d2to1.ini +++ b/d2to1/d2to1.ini @@ -5,7 +5,7 @@ version: {{ environ.get("GIT_DESCRIBE_TAG", "0.0.0") }}.git [about] home: https://github.com/embray/${package:name} license: GPL -summary: ${package:name} +summary: Allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py [source] git_url: https://github.com/embray/${package:name}.git -- cgit