From 703fe8d12d1c36ef2cae16dbcf137ad191193e0f Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Thu, 17 May 2018 19:21:46 +0530 Subject: [PATCH] Update setup.py --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 16d63ce..33ee1b2 100644 --- a/setup.py +++ b/setup.py @@ -26,9 +26,9 @@ REQUIRED = [ ] # What packages are optional? -EXTRAS = [ - 'django' -] +EXTRAS = { + # 'my_fancy_feature': ['django'], +} # The rest you shouldn't have to touch too much :) # ------------------------------------------------