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

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

from github import Github