chore(setup): Update the version, add the tox test to python 3.8 and update the dev dependencies

This commit is contained in:
Silvio Leite
2020-07-01 19:35:49 -03:00
parent 257f2f2922
commit e38a9307eb
3 changed files with 6 additions and 6 deletions

View File

@@ -4,9 +4,7 @@ from setuptools import find_packages, setup
short_description = 'A Django app to include a manifest.json and Service Worker instance to enable progressive web ' \
'app behavior '
# noinspection PyBroadException
try:
# noinspection PyPackageRequirements
import pypandoc
long_description = pypandoc.convert('README.md', 'rst')
@@ -22,7 +20,7 @@ install_requirements = [
setup(
name='django-pwa',
version='1.0.9',
version='1.0.10',
packages=find_packages(),
install_requires=install_requirements,
include_package_data=True,