From a0f9ab13c61d3712455266b26051f9cf74193c75 Mon Sep 17 00:00:00 2001 From: Dev Aggarwal Date: Thu, 17 May 2018 19:22:52 +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 542cb6a..8aacd93 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ REQUIRED = [ # What packages are optional? EXTRAS = { - # 'my fancy feature': ['django'], + # 'fancy feature': ['django'], } # The rest you shouldn't have to touch too much :)