summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authoroliver <oliver@redgecko.org>2010-09-24 18:45:20 +0200
committeroliver <oliver@redgecko.org>2010-09-24 18:45:20 +0200
commit6f7c00d144bc95a4831e11c7346332d23f9819e4 (patch)
tree843a5e552e24af86b12c225dfa264a7507805ce9 /setup.py
parenta09774b02922069fb55c757fd5c15cbb6b3887e0 (diff)
downloadyoyo-6f7c00d144bc95a4831e11c7346332d23f9819e4.tar.gz
Fixed README.txt path in setup.py, pulled CHANGELOG.txt into long_description
Ignore-this: 9cca533fa0254920ea72d060b57110fb
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 ba39bea..899d67d 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(
name='yoyo-migrations',
version=read("VERSION.txt").strip(),
description='Database schema migration tool, using SQL and DB-API',
- long_description=read('README').encode('ascii', 'replace'),
+ long_description=read('README.txt') + '\n\n' + read('CHANGELOG.txt'),
author='Oliver Cope',
author_email='oliver@redgecko.org',
url='',