Skip to content

Commit

Permalink
updated setup.py and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Aug 10, 2017
1 parent bd9c40f commit 28b925b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ env:
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.4
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.5
- DJANGO_VERSION=1.10 DJANGO_REST_VERSION=3.6
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.4
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.5
- DJANGO_VERSION=1.11b1 DJANGO_REST_VERSION=3.6
- DJANGO_VERSION=1.11 DJANGO_REST_VERSION=3.4
- DJANGO_VERSION=1.11 DJANGO_REST_VERSION=3.5
- DJANGO_VERSION=1.11 DJANGO_REST_VERSION=3.6
- DJANGO_VERSION=1.8.* DJANGO_REST_VERSION=3.4.*
- DJANGO_VERSION=1.8.* DJANGO_REST_VERSION=3.5.*
- DJANGO_VERSION=1.9.* DJANGO_REST_VERSION=3.4.*
Expand All @@ -26,6 +26,9 @@ env:
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.4.*
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.5.*
- DJANGO_VERSION=1.10.* DJANGO_REST_VERSION=3.6.*
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.4.*
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.5.*
- DJANGO_VERSION=1.11.* DJANGO_REST_VERSION=3.6.*
cache:
directories:
- $HOME/.cache/pip
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

setup(
name='django-rest-multitokenauth',
version='1.1.0',
version='1.1.1',
packages=find_packages(),
include_package_data=True,
license='BSD License',
description='An extension of django rest frameworks token auth, providing multiple tokens per user',
long_description=README,
url='https://chkr.at/',
url='https://github.com/anx-ckreuzberger/django-rest-multiauthtoken',
author='Christian Kreuzberger',
author_email='[email protected]',
classifiers=[
Expand All @@ -25,6 +25,7 @@
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
Expand All @@ -34,6 +35,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Internet :: WWW/HTTP',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
],
Expand Down

0 comments on commit 28b925b

Please sign in to comment.