From 5b1185196e7ac88b3f2c9ecd1298c84495521390 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Thu, 17 May 2018 19:22:38 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 33ee1b2..542cb6a 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIRED = [ # What packages are optional? EXTRAS = { - # 'my_fancy_feature': ['django'], + # 'my fancy feature': ['django'], } # The rest you shouldn't have to touch too much :)