Update setup.py

This commit is contained in:
Dev Aggarwal
2018-05-17 19:22:38 +05:30
committed by GitHub
parent 703fe8d12d
commit 5b1185196e
+1 -1
View File
@@ -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 :)