summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIdan Gazit <idan@gazit.me>2012-04-11 17:04:25 +0300
committerIdan Gazit <idan@gazit.me>2012-04-11 17:04:25 +0300
commit3c5045cad694ceb767fd2fee2e2bee0144ffa078 (patch)
treeb22aa3066269a0180bf68e13182de31057fe3f64
parentb464ebd8c2bdbefdff26c516f86f2659dfd4319c (diff)
downloadoauthlib-3c5045cad694ceb767fd2fee2e2bee0144ffa078.tar.gz
Add author/email to setup.pyv0.0.1
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0f90a7f..9c58490 100755
--- a/setup.py
+++ b/setup.py
@@ -20,8 +20,8 @@ setup(
version = '0.0.1',
description = 'A generic, spec-compliant, thorough implementation of the OAuth request-signing logic',
long_description = fread('README.rst'),
- author = '',
- author_email = '',
+ author = 'Idan Gazit',
+ author_email = 'idan@gazit.me',
url = 'https://github.com/idangazit/oauthlib',
license = fread('LICENSE'),
packages = find_packages(exclude=('tests', 'docs')),