Skip to content

Commit

Permalink
Add gcsfuse install extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
asford committed Feb 14, 2018
1 parent f52226a commit 193a02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
install_requires=[open('requirements.txt').read().strip().split('\n')],
long_description=(open('README.rst').read() if os.path.exists('README.rst')
else ''),
extras_require={
"gcsfuse" : ["fusepy"]
},
entry_points='''
[console_scripts]
gcsfuse=gcsfs.cli.gcsfuse:main
Expand Down

0 comments on commit 193a02a

Please sign in to comment.