diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-10-16 19:34:17 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-10-16 19:34:17 +0200 |
commit | 7e8c45787d51ecb573b156201c32fc1fa812de43 (patch) | |
tree | 2c4f89dbe713e70cdac6a0972c4081b179381421 | |
parent | d07b1d1e0d419ad3818efe2ee28a4dc914ca5218 (diff) | |
download | poezio-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.
-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. + """) |