From ebc9a492f3f93b8dddc23c987b4c2efe6f224eb2 Mon Sep 17 00:00:00 2001 From: Matlink Date: Thu, 21 Sep 2017 23:24:12 +0200 Subject: [PATCH] Fixed issue where packaging did not upload some folder for pypi --- MANIFEST.in | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ed87ace..c494e10 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ include credentials.conf include cron/cronjob +recursive-include python2 * +recursive-include python3 * diff --git a/setup.py b/setup.py index cdd94da..a295ee2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup(name='GPlayCli', - version='2.14', + version='2.15', description='GPlayCli, a Google play downloader command line interface', author="Matlink", author_email="matlink@matlink.fr",