From bdc5e2a206e3060fa578163d862813b722d5ef82 Mon Sep 17 00:00:00 2001 From: Tim Hopper Date: Mon, 11 Mar 2019 09:29:15 -0400 Subject: [PATCH] Add MANIFEST.in for README and bump version --- 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..bb3ec5f --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.md diff --git a/setup.py b/setup.py index b6c12db..d675f9d 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools -__version__ = '1.3.5' +__version__ = '1.3.6' # read the contents of your readme file from os import path