diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 14:48:55 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-03-22 14:48:55 -0400 |
| commit | 954793fe3bf7f2878598b9429c39f7d654a1327b (patch) | |
| tree | d5832bc356bd7ce69293161b00cc058c94b82bfe /setup.py | |
| parent | f6c3fb3c0878cc74a4467828418ffb3ccd0082b2 (diff) | |
| download | passlib-954793fe3bf7f2878598b9429c39f7d654a1327b.tar.gz | |
documentation work & rearranging
================================
* added documentation for overview, ldap digests
* lots of other documentation updates
* renamed passlib.unix -> passlib.hosts
* renamed passlib.sqldb -> passlib.servers
* added passlib.servers.custom_app_context for quickstart purposes
* added ldap {CLEARTEXT} support
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -52,6 +52,8 @@ to integrating full-strength password hashing for multi-user application. "Topic :: Software Development :: Libraries", ], zip_safe=True, + + test_suite = 'nose.collector', ) #========================================================= #EOF |
