mirror of
https://github.com/thegeeklab/git-batch.git
synced 2024-10-31 16:50:42 +00:00
10 lines
235 B
Python
10 lines
235 B
Python
"""Default package."""
|
|
|
|
__author__ = "Robert Kaussow"
|
|
__project__ = "git-batch"
|
|
__version__ = "0.1.0"
|
|
__license__ = "MIT"
|
|
__maintainer__ = "Robert Kaussow"
|
|
__email__ = "mail@geeklabor.de"
|
|
__url__ = "https://github.com/xoxys/git-batch"
|