git-batch/gitbatch/__init__.py

10 lines
241 B
Python

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