diff --git a/setup.py b/setup.py index a49d1aa..d22d18c 100644 --- a/setup.py +++ b/setup.py @@ -11,12 +11,12 @@ long_description=README_DESCRIPTION, long_description_content_type="text/markdown", name='driveup', - version='0.2.2', + version='0.2.3', author='Raúl M.R.', author_email="raul.martin4bc@gmail.com", license="MIT", description='Python package for uploading files and folders to Google Drive', - packages=find_packages(), + packages=find_packages(include=["Driveup","Driveup.features"]), install_requires=[ 'pandas', 'pydrive',