Files
2010-09-08 15:50:44 -04:00

9 lines
201 B
Python

# -*- coding: utf-8 -*-
__name__ = 'backitup'
__version__ = '0.0.1'
__build__ = 0x000001
__license__ = 'MIT'
__author__ = 'Kenneth Reitz & Mike X. O\'Connell'
__copyright__ = '(c) 2010 Kenneth Reitz'