~ricardokirkner/django-openid-auth/django-1.11-compatibility

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Matt Goodall
  • Date: 2016-09-09 14:54:41 UTC
  • mfrom: (121.1.6 release-0.10)
  • Revision ID: tarmac-20160909145441-saqa13l8uzpad1fz
[r=fgallina,ricardokirkner] Document "openid_duplicate_username" signal. Bump version to 0.10.

The README was also reformatted to wrap ridiculously long lines and a few typos were fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
 
45
45
description, long_description = __doc__.split('\n\n', 1)
46
 
VERSION = '0.9'
 
46
VERSION = '0.10'
47
47
 
48
48
setup(
49
49
    name='django-openid-auth',