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