From e97f03a680e1d564437e644e622811acfd5feed4 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 5 Aug 2015 09:03:16 -0500 Subject: [PATCH] Add DESCRIPTION.rst explicitly to pip package. Was in whl file, but not source zip. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b7f84d5 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include DESCRIPTION.rst diff --git a/setup.py b/setup.py index 9441d06..709ef1d 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="2.2.11", + version="2.2.11.post1", description='A tool for downloading fanfiction to eBook formats', long_description=long_description,