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

__title__ = 'pygithub3'
__version__ = '0.1'
__author__ = 'David Medina'
__license__ = 'ISC'
__copyright__ = 'Copyright 2012 David Medina'