From 9f22ce4b70933385c505431c06a99d5e1706f436 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 3 Dec 2015 11:46:43 +0100 Subject: [PATCH] Updated package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 24e5be8..3fbbc45 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( include_package_data=True, license='MIT License', version=__version__, - description='django-admin-interface is a modern admin interface customizable by the admin itself.', + description='django-admin-interface is a modern flat admin interface customizable by the admin itself.', author='Fabio Caccamo', author_email='fabio.caccamo@gmail.com', url='https://github.com/fabiocaccamo/django-admin-interface',