summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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.
+ """)