Move to pipenv and bump revision to 0.1.1 to fix "Site cannot be installed: the page does not work offline" error.

This commit is contained in:
Scott Vitale
2018-01-31 21:33:50 -07:00
parent 4a86f1b974
commit 25c6952cde
4 changed files with 123 additions and 1 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',
version='0.1.1',
packages=find_packages(),
include_package_data=True,
license='MIT License',