From fd9ce3d07e4ddb00c3b244299385a83fdc458e85 Mon Sep 17 00:00:00 2001 From: kireet Date: Tue, 4 Sep 2018 17:35:50 -0700 Subject: [PATCH] include license file, bump version --- MANIFEST.in | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 540b720..6c521be 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,3 @@ -include requirements.txt \ No newline at end of file +include LICENSE +include requirements.txt + diff --git a/setup.py b/setup.py index cf65b88..44afb2d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ EMAIL = 'kireet@feedly.com' AUTHOR = 'Kireet' REQUIRES_PYTHON = '>=3.6.0' -VERSION = 0.1 +VERSION = 0.13 # What packages are required for this module to be executed? #REQUIRED = [