aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
blob: f835c743c379342c87e2d20156b83a427836ed93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env python
# -*- encoding: utf-8 -*-

__title__ = 'pygithub3'
__version__ = '0.4.1'
__author__ = 'David Medina'
__email__ = 'davidmedina9@gmail.com'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 David Medina'

from github import Github