Skip to content

Commit

Permalink
changed url in setup.py to match this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
anx-ckreuzberger committed Aug 10, 2017
1 parent 763e806 commit 69daa2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ 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.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 Down
4 changes: 2 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-passwordreset',
version='0.9.0',
version='0.9.1',
packages=find_packages(),
include_package_data=True,
license='BSD License',
description='An extension of django rest framework, providing a password reset strategy',
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 Down

0 comments on commit 69daa2c

Please sign in to comment.