diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-06-21 14:03:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-21 14:03:16 +0200 |
| commit | db296489568259a38bc614a1fcc4b504a2ffc983 (patch) | |
| tree | 086d5431ffd9c310954593ed837f4632b5aa4a1d /setup.py | |
| parent | 93235cfc507e60898cf92252d5aa11360d0b8cf6 (diff) | |
| download | ihatemoney-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
