From 2a53b4176691af45014c7fbcb1e0b2be44f9c18e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Thu, 15 Aug 2013 22:08:29 -0600 Subject: [PATCH] Updated author_email and description. --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 955e39c..4355fa9 100644 --- a/setup.py +++ b/setup.py @@ -3,9 +3,9 @@ import os from setuptools import setup # Utility function to read the README file. -# Used for the long_description. It's nice, because now 1) we have a top level -# README file and 2) it's easier to type in the README file than to put a raw -# string in below ... +# Used for the long_description. It's nice, because now +# 1) we have a top level README file and +# 2) it's easier to type in the README file than to put a raw string in below ... def read(fname): return open(os.path.join(os.path.dirname(__file__), fname)).read() @@ -15,9 +15,9 @@ setup( url='https://github.com/christopher-ramirez/secretary', license='BSD', author='Christopher Ramírez', - author_email='mail@example.com', + author_email='chris.ramirezg@gmail.com', description=('Take the power of Jinja2 templates to OpenOffice and ' - 'LibreOffice and create reports in your web applications'), + 'LibreOffice and create reports and letters in your web applications'), long_description=read('README.md'), py_modules=['secretary'], platforms='any',