mirror of
https://github.com/kennethreitz-archive/backitup.git
synced 2026-06-05 23:40:17 +00:00
9 lines
201 B
Python
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'
|