cfp2000/git-open

View on GitHub
src/git_open/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
# -*- coding: utf-8 -*-

__version__ = "1.3.0"

__title__ = "git_open"
__author__ = """Carl-Fredrik Pettersson"""
__email__ = "cfp@highball.se"
__description__ = "Open a git repo in the browser from the terminal."
__url__ = "https://github.com/cfp2000/git-open"
__license__ = "GPLv3"