aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
blob: f46dec1e6a4d59476043be2d5e5aec8236c38872 (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'
__author__ = 'David Medina'
__email__ = 'davidmedina9@gmail.com'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 David Medina'

from github import Github