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 :)