From 2ed32d1a11670cd2593c77cc13826579cba597d8 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Tue, 21 Aug 2007 16:18:38 +0000 Subject: DevConsole: New IRC Client interface --- (limited to 'services/console/lib/purk/info.py') diff --git a/services/console/lib/purk/info.py b/services/console/lib/purk/info.py new file mode 100644 index 0000000..3765845 --- /dev/null +++ b/services/console/lib/purk/info.py @@ -0,0 +1,8 @@ +name = "PUrk" +long_name = "Purk IRC" +version = 0, 1, "git" +long_version = "%s v%s" % (long_name, ".".join(str(x) for x in version)) +website = "http://dev.laptop.org/" +authors = ["Vincent Povirk", "Marc Liddell"] +copyright = "2005 %s" % ', '.join(authors) + -- cgit v0.9.1