Updated author_email and description.

This commit is contained in:
Christopher Ramírez 2013-08-15 22:08:29 -06:00
parent 129974b8e0
commit 2a53b41766

View file

@ -3,9 +3,9 @@ import os
from setuptools import setup from setuptools import setup
# Utility function to read the README file. # Utility function to read the README file.
# Used for the long_description. It's nice, because now 1) we have a top level # Used for the long_description. It's nice, because now
# README file and 2) it's easier to type in the README file than to put a raw # 1) we have a top level README file and
# string in below ... # 2) it's easier to type in the README file than to put a raw string in below ...
def read(fname): def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read() return open(os.path.join(os.path.dirname(__file__), fname)).read()
@ -15,9 +15,9 @@ setup(
url='https://github.com/christopher-ramirez/secretary', url='https://github.com/christopher-ramirez/secretary',
license='BSD', license='BSD',
author='Christopher Ramírez', 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 ' 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'), long_description=read('README.md'),
py_modules=['secretary'], py_modules=['secretary'],
platforms='any', platforms='any',