git-batch/gitbatch/__init__.py

10 lines
235 B
Python

"""Default package."""
__author__ = "Robert Kaussow"
__project__ = "git-batch"
__version__ = "0.2.0"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"
__url__ = "https://github.com/xoxys/git-batch"