Changeset b0ce581b770365dd79fd0d5dc17932a747f1d1fe
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rfa26222
|
rb0ce581
|
|
| 3 | 3 | ====================== |
| 4 | 4 | |
| 5 | | Experimental implementation of Account Management and Session Identification (see https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager |
| | 5 | Experimental implementation of Account Management and Session Identification (see https://wiki.mozilla.org/Labs/Weave/Identity/Account_Manager) |
| 6 | 6 | |
| 7 | 7 | Documentation |
| … |
… |
|
| 9 | 9 | |
| 10 | 10 | http://forge.2metz.fr/p/django-account-manager/doc/ |
| 11 | | |
| 12 | | |
| 13 | | |
| 14 | | |
-
|
rcccf143
|
rb0ce581
|
|
| | 1 | # -*- coding: utf-8 -*- |
| 1 | 2 | from setuptools import setup, find_packages |
| 2 | 3 | |
| … |
… |
|
| 7 | 8 | long_description=open('README.rst').read(), |
| 8 | 9 | |
| 9 | | author='Francois de Metz', |
| | 10 | author='François de Metz', |
| 10 | 11 | author_email='francois@2metz.fr', |
| 11 | 12 | url='http://forge.2metz.fr/p/django-account-manager/', |