Update setup.py

This commit is contained in:
Dev Aggarwal 2018-05-17 19:22:52 +05:30 committed by GitHub
parent 5b1185196e
commit a0f9ab13c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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