Update setup.cfg and DRF support notice

This commit is contained in:
Jerome Leclanche 2018-02-10 10:42:59 +02:00
parent c821ec9109
commit 30529278ad
4 changed files with 12 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# https://travis-ci.org/jleclanche/django-push-notifications
# https://travis-ci.org/django-push-notifications/django-push-notifications
sudo: false
language: python
python: "3.6"

View File

@ -1,3 +1,7 @@
## 1.7.0 (unreleased)
* BACKWARDS-INCOMPATIBLE: Drop support for Django Rest Framework < 3.7
## 1.6.0 (2018-01-31)
* BACKWARDS-INCOMPATIBLE: Drop support for Django < 1.11
* DJANGO: Support Django 2.0

View File

@ -22,7 +22,7 @@ Dependencies
------------
- Python 2.7 or 3.4+
- Django 1.11+
- For the API module, Django REST Framework 3.5+ is required.
- For the API module, Django REST Framework 3.7+ is required.
- For WebPush (WP), pywebpush 1.3.0+ is required. py-vapid 1.3.0+ is required for generating the WebPush private key; however this
step does not need to occur on the application server.

View File

@ -1,7 +1,7 @@
[metadata]
name = django-push-notifications
version = 1.6.0
description = Send push notifications to mobile devices through GCM, APNS or WNS and to browsers through WebPush (supported browsers: Chrome, Firefox and Opera) in Django
description = Send push notifications to mobile devices through GCM, APNS or WNS and to WebPush (Chrome, Firefox and Opera) in Django
author = Jerome Leclanche
author_email = jerome@leclan.ch
url = https://github.com/django-push-notifications/django-push-notifications/
@ -9,18 +9,19 @@ download_url = https://github.com/django-push-notifications/django-push-notifica
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 1.11
Framework :: Django :: 2.0
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Topic :: System :: Networking
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Framework :: Django
Framework :: Django :: 1.11
Framework :: Django :: 2.0
Topic :: Internet :: WWW/HTTP
Topic :: System :: Networking
[options]
packages = find: