summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-10-16 19:34:17 +0200
committerFlorent Le Coz <louiz@louiz.org>2011-10-16 19:34:17 +0200
commit7e8c45787d51ecb573b156201c32fc1fa812de43 (patch)
tree2c4f89dbe713e70cdac6a0972c4081b179381421 /setup.py
parentd07b1d1e0d419ad3818efe2ee28a4dc914ca5218 (diff)
downloadpoezio-7e8c45787d51ecb573b156201c32fc1fa812de43.tar.gz
poezio-7e8c45787d51ecb573b156201c32fc1fa812de43.tar.bz2
poezio-7e8c45787d51ecb573b156201c32fc1fa812de43.tar.xz
poezio-7e8c45787d51ecb573b156201c32fc1fa812de43.zip
Indent. That’s actually useless, but I want to test something.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 496d3d7b..31ccc5a6 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ setup (name = 'BuildLines',
author = 'Florent Le Coz',
author_email = 'louiz@louiz.org',
long_description = """
- a python3 module for poezio, used to replace some time-critical
- python functions that are too slow. If compiled, poezio will use this module,
- otherwise it will just use the equivalent python functions.
- """)
+ a python3 module for poezio, used to replace some time-critical
+ python functions that are too slow. If compiled, poezio will use this module,
+ otherwise it will just use the equivalent python functions.
+ """)