From 9220beb4506ca8e657f21d0bb40d0d53f8422cde Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 15 Jun 2014 20:54:53 +0200 Subject: [PATCH] Keep improving setup.py file --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 6dfe9a90d6..344a1ff6b6 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ with open('AUTHORS.rst') as f: setup( author='Roberto Rosario', - author_email='rrosario@ogp.pr.gov', + author_email='roberto.rosario@mayan-edms.com', classifiers=[ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment', @@ -82,14 +82,13 @@ setup( 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Natural Language :: English', 'Programming Language :: Python', - 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Communications :: File Sharing', ], - description='A Python based open data API engine.', + description='A Django Document Management System.', include_package_data=True, install_requires=get_requirements(), license=license,