Skip to content

Commit

Permalink
Exclude github2pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 5, 2020
1 parent 45f0bd8 commit 3ced6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_long_description():
setup(
name='gdown',
version=version,
packages=find_packages(),
packages=find_packages(exclude=['github2pypi']),
install_requires=['filelock', 'requests[socks]', 'six', 'tqdm'],
description='Google Drive direct download of big files.',
long_description=get_long_description(),
Expand Down

0 comments on commit 3ced6a7

Please sign in to comment.