aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/__init__.py')
-rw-r--r--pygithub3/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/pygithub3/__init__.py b/pygithub3/__init__.py
new file mode 100644
index 0000000..7c48d06
--- /dev/null
+++ b/pygithub3/__init__.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# -*- encoding: utf-8 -*-
+
+__title__ = 'pygithub3'
+__version__ = '0.1'
+__author__ = 'David Medina'
+__license__ = 'ISC'
+__copyright__ = 'Copyright 2012 David Medina'