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