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

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

from github import Github