aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorHanno Schlichting <hanno@hannosch.eu>2009-07-17 15:53:24 +0200
committerHanno Schlichting <hanno@hannosch.eu>2009-07-17 15:53:24 +0200
commit9d7a0c6ae69617da5d5b34f7ee25205581937e13 (patch)
tree873b94a40cdb0ab690b4e06aeb6f998441b68aed /setup.py
parent74661295d07e76c256d2efe0053d425441b25d0d (diff)
downloadexternal_python_setuptools-9d7a0c6ae69617da5d5b34f7ee25205581937e13.tar.gz
external_python_setuptools-9d7a0c6ae69617da5d5b34f7ee25205581937e13.tar.bz2
external_python_setuptools-9d7a0c6ae69617da5d5b34f7ee25205581937e13.zip
Include our own minimal changelog into the long description for everyone to marvel at :)
--HG-- branch : distribute extra : rebase_source : 0a9054bfbabcae2fcb37b6caa04461eb04cd239a
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9aff9b64..b9e419a7 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
author="The fellowship of the packaging",
author_email="distutils-sig@python.org",
license="PSF or ZPL",
- long_description = open('README.txt').read(),
+ long_description = open('README.txt').read() + open('CHANGES.txt').read(),
keywords = "CPAN PyPI distutils eggs package management",
url = "http://pypi.python.org/pypi/distribute",
test_suite = 'setuptools.tests',