aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2017-06-21 14:03:16 +0200
committerGitHub <noreply@github.com>2017-06-21 14:03:16 +0200
commitdb296489568259a38bc614a1fcc4b504a2ffc983 (patch)
tree086d5431ffd9c310954593ed837f4632b5aa4a1d /setup.py
parent93235cfc507e60898cf92252d5aa11360d0b8cf6 (diff)
downloadihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.zip
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.gz
ihatemoney-mirror-db296489568259a38bc614a1fcc4b504a2ffc983.tar.bz2
Re-organize the documentation (#223)
* Re-organize the documentation * Fix encoding errors for python 2 * Document the dependencies. Fixes #199 * Add a make update command. Fixes #211
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 49dab32..2aed3bd 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
version='1.1.dev0',
description='A simple shared budget manager web application.',
- long_description="{}\n\n{}".format(README, CHANGELOG),
+ long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
license='Custom BSD Beerware',
classifiers=[
"Programming Language :: Python",