diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-10-29 07:20:10 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-10-29 07:20:10 +0200 |
commit | 0451127ff8a1b96772b58ff9e246621d0df4c99e (patch) | |
tree | 00a650ba6f909ee1977bedeb3001798f39a38a0a /setup.py | |
parent | b98880b5269764ad69bb19262790d27b2575b174 (diff) | |
parent | aa6738800d67c5061d7e551b3d896f3366296045 (diff) | |
download | poezio-0451127ff8a1b96772b58ff9e246621d0df4c99e.tar.gz poezio-0451127ff8a1b96772b58ff9e246621d0df4c99e.tar.bz2 poezio-0451127ff8a1b96772b58ff9e246621d0df4c99e.tar.xz poezio-0451127ff8a1b96772b58ff9e246621d0df4c99e.zip |
Merge branch 'master' into plugins
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. + """) |