From 4c2322dd437d340c5d73aed00322bb1e257d6afa Mon Sep 17 00:00:00 2001 From: raul-martin-dev Date: Tue, 9 May 2023 13:26:38 +0100 Subject: [PATCH] test --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3d6eac4..f85b8f2 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ author='Raúl M.R.', author_email="raul.martin4bc@gmail.com", license="MIT", - description='Python package for uploading files and folders to Google Drive', + description='Python package for uploading files and folders to Google Drive.', packages=find_packages(include=["Driveup","Driveup.features"]), install_requires=[ 'google-api-python-client',