-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed url in setup.py to match this repo
- Loading branch information
1 parent
763e806
commit 69daa2c
Showing
2 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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=[ | ||
|