diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..b7f84d55 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include DESCRIPTION.rst diff --git a/setup.py b/setup.py index 9441d06f..709ef1d3 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,