diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -13,6 +13,13 @@ setup(name='tap-google-sheets', | |||
13 | 'requests==2.22.0', | 13 | 'requests==2.22.0', |
14 | 'singer-python==5.9.0' | 14 | 'singer-python==5.9.0' |
15 | ], | 15 | ], |
16 | extras_require={ | ||
17 | 'dev': [ | ||
18 | 'ipdb==0.11', | ||
19 | 'pylint', | ||
20 | 'nose' | ||
21 | ] | ||
22 | }, | ||
16 | entry_points=''' | 23 | entry_points=''' |
17 | [console_scripts] | 24 | [console_scripts] |
18 | tap-google-sheets=tap_google_sheets:main | 25 | tap-google-sheets=tap_google_sheets:main |