From ae9531715eb6d6bd323c33bb427496ea586ac1e6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 29 Jun 2014 16:29:31 -0400 Subject: [PATCH] Update setup.py file --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c32069048..8a89a47ee7 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ setup( 'Intended Audience :: Education', 'Intended Audience :: Developers', 'Intended Audience :: Information Technology', - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: Apache License 2.0', 'Natural Language :: English', 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', @@ -84,7 +84,7 @@ setup( 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', 'Topic :: Communications :: File Sharing', ], - description='A Django Document Management System.', + description='A Django based Document Management System.', include_package_data=True, install_requires=get_requirements(), license=license,