Update setup.py file

This commit is contained in:
Roberto Rosario
2014-06-29 16:29:31 -04:00
parent f835880019
commit ae9531715e

View File

@@ -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,