diff options
| author | Alexis M <alexis@notmyidea.org> | 2019-09-08 19:43:29 +0200 |
|---|---|---|
| committer | Alexis M <alexis@notmyidea.org> | 2019-09-08 19:45:05 +0200 |
| commit | d9239d06fb287dbdf589cc80a931682cb74eac32 (patch) | |
| tree | 1a908ad52b54523f3c43cf80752cd393a34da2c7 | |
| parent | bfdd56564b07eccae09a2cfa179aff96a3e1d1ec (diff) | |
| download | ihatemoney-mirror-d9239d06fb287dbdf589cc80a931682cb74eac32.zip ihatemoney-mirror-d9239d06fb287dbdf589cc80a931682cb74eac32.tar.gz ihatemoney-mirror-d9239d06fb287dbdf589cc80a931682cb74eac32.tar.bz2 | |
Remove changelog from project description
| -rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -21,7 +21,6 @@ def parse_requirements(filename): README = read_file('README.rst') -CHANGELOG = read_file('CHANGELOG.rst') ENTRY_POINTS = { 'paste.app_factory': [ @@ -36,7 +35,7 @@ ENTRY_POINTS = { setup(name='ihatemoney', version='4.1', description='A simple shared budget manager web application.', - long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')), + long_description=README.encode('utf-8'), license='Custom BSD Beerware', classifiers=[ "Programming Language :: Python", |
