Skip to content

Commit

Permalink
Add setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrplz committed Dec 8, 2017
1 parent 1a44766 commit 332759d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Empty file.
File renamed without changes.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from distutils.core import setup

setup(
name='googledrivedownloader',
version='0.1',
packages=['google_drive_downloader'],
url='https://github.com/ndrplz/google-drive-downloader',
license='MIT',
author='Davide Abati and Andrea Palazzi',
author_email='ndrplz@gmail.com',
description='Minimal class to download shared files from Google Drive.'
)

0 comments on commit 332759d

Please sign in to comment.