Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/lib/purk/info.py
blob: 3765845d214d68a71ef34997fd61365e88f75bb1 (plain)
1
2
3
4
5
6
7
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)