Updated author_email and description.
This commit is contained in:
parent
129974b8e0
commit
2a53b41766
1 changed files with 5 additions and 5 deletions
10
setup.py
10
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue