[tor-commits] [stem/master] Adding module metadata (author, version, etc)
atagar at torproject.org
atagar at torproject.org
Wed Jun 6 04:30:17 UTC 2012
commit 5c9579626a131e8bd17c283e0904525e30fe4488
Author: Damian Johnson <atagar at torproject.org>
Date: Sat Jun 2 11:06:42 2012 -0700
Adding module metadata (author, version, etc)
---
stem/__init__.py | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/stem/__init__.py b/stem/__init__.py
index 30e4f81..152a7df 100644
--- a/stem/__init__.py
+++ b/stem/__init__.py
@@ -2,5 +2,13 @@
Library for working with the tor process.
"""
+__version__ = '0.0.1'
+__author__ = 'Damian Johnson'
+__contact__ = 'atagar at torproject.org'
+__url__ = 'http://www.atagar.com/stem/'
+__license__ = 'LGPLv3'
+
__all__ = ["descriptor", "response", "util", "connection", "control", "process", "socket", "version"]
+
+
More information about the tor-commits
mailing list