Changeset b0ce581b770365dd79fd0d5dc17932a747f1d1fe

Show
Ignore:
Timestamp:
06/17/10 00:28:44 (20 months ago)
Author:
François de Metz <francois@…>
Parents:
fa262223270e85fc10585ce834985305483e8e62
git-committer:
François de Metz <francois@…> (06/17/10 00:28:44)
Message:

cleanup

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • README.rst

    rfa26222 rb0ce581  
    33====================== 
    44 
    5 Experimental implementation of Account Management and Session Identification (see https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager 
     5Experimental implementation of Account Management and Session Identification (see https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager) 
    66 
    77Documentation 
     
    99 
    1010http://forge.2metz.fr/p/django-account-manager/doc/ 
    11  
    12  
    13  
    14  
  • setup.py

    rcccf143 rb0ce581  
     1# -*- coding: utf-8 -*- 
    12from setuptools import setup, find_packages 
    23 
     
    78    long_description=open('README.rst').read(), 
    89 
    9     author='Francois de Metz', 
     10    author='François de Metz', 
    1011    author_email='francois@2metz.fr', 
    1112    url='http://forge.2metz.fr/p/django-account-manager/',