Skip to content

Commit

Permalink
Hotfix setup missing packages v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-martin-dev committed Apr 21, 2023
1 parent b0d6e11 commit 7cbdf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
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',
Expand Down

0 comments on commit 7cbdf64

Please sign in to comment.