Update setup.py

This commit is contained in:
Dev Aggarwal 2018-05-17 19:21:46 +05:30 committed by GitHub
parent f29aee87c7
commit 703fe8d12d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,9 @@ REQUIRED = [
] ]
# What packages are optional? # What packages are optional?
EXTRAS = [ EXTRAS = {
'django' # 'my_fancy_feature': ['django'],
] }
# The rest you shouldn't have to touch too much :) # The rest you shouldn't have to touch too much :)
# ------------------------------------------------ # ------------------------------------------------