NAME = "SaberNet DCS" MAJOR_VERSION = 2 MINOR_VERSION = 0 MACRO_VERSION = 3 CUSTOM_VERSION = "" VERSION = ".".join((str(MAJOR_VERSION), str(MINOR_VERSION), str(MACRO_VERSION))) + CUSTOM_VERSION DESCRIPTION = "An enterprise labor data collection system." COPYRIGHT = "Copyright (C) 2003-2006 SaberLogic LLC" LICENSE = """%s comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under the conditions of the GPL.""" % (NAME)