Include BACKGROUND_COLOR to config options

This commit is contained in:
Silvio Leite
2018-08-13 17:17:22 -03:00
parent d2a15f4ec4
commit bf77efaa1b
4 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='django-progressive-web-app',
version='0.1.1',
version='0.1.2',
packages=find_packages(),
include_package_data=True,
license='MIT License',