From 4a4baf861351acb26ac8ec80e276524d1534fa20 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 4 Apr 2014 02:05:39 +0200 Subject: [PATCH] add django model diagram generation script, add django-extension to setup --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0161f01..29250d8 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- + from setuptools import setup, find_packages CLASSIFIERS = [ @@ -17,7 +18,7 @@ CLASSIFIERS = [ 'Topic :: Software Development :: Libraries :: Python Modules', ] -KEYWORDS = 'audio analysis features extraction transcoding graph plot HTML5 player metadata' +KEYWORDS = 'audio analysis features extraction MIR transcoding graph visualize plot HTML5 interactive metadata player' setup( name = "TimeSide", @@ -38,6 +39,7 @@ setup( 'scipy', 'django', 'jsonfield', + 'django-extensions', ], platforms=['OS Independent'], license='Gnu Public License V2', -- 2.39.5