sugar-toolkit-gtk3/services/console/lib/purk/info.py

9 lines
256 B
Python
Raw Normal View History

2007-08-21 18:18:38 +02:00
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)