summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-07-08 16:12:53 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-07-08 16:12:53 -0400
commit1cea29b9f5d957aca436031f770f9f27d505ae43 (patch)
treeea84595b809fae1b423bb3cb4bc393745ad6c1f8 /setup.py
parent4475fba1e1f6b5fc22283fcf4011c17dcd2f85f8 (diff)
downloadpasslib-1cea29b9f5d957aca436031f770f9f27d505ae43.tar.gz
stripped trailing whitespace from a bunch of files
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b41ded9..c3b7a38 100644
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@ if py3k:
#monkeypatch preprocessor into lib2to3
from passlib.setup.cond2to3 import patch2to3
patch2to3()
-
+
#enable 2to3 translation in build_py
if has_distribute:
opts['use_2to3'] = True
@@ -61,7 +61,7 @@ to providing full-strength password hashing for multi-user application.
for details, installation instructions, and examples.
* See the `passlib homepage <http://passlib.googlecode.com>`_
- for the latest news, more information, and additional downloads.
+ for the latest news, more information, and additional downloads.
* See the `changelog <http://packages.python.org/passlib/history.html>`_
for description of what's new in Passlib.