Add DESCRIPTION.rst explicitly to pip package. Was in whl file, but not source zip.

master
Jim Miller 2015-08-05 09:03:16 -05:00
parent 0c272bcf36
commit e97f03a680
2 changed files with 2 additions and 1 deletions

1
MANIFEST.in Normal file
View File

@ -0,0 +1 @@
include DESCRIPTION.rst

View File

@ -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,