Skip to content

Commit

Permalink
New release and update options
Browse files Browse the repository at this point in the history
  • Loading branch information
kren1 committed Sep 13, 2019
1 parent be96e39 commit a4ef4e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Usage:
Options:
-h --help Prints help.
--version Show version.
-i CSV Read this CSV instead of stdin
-u Update CELL(s) instead of appending.
-k Keep fields as they are (do not try to convert int or float).
-c CELL Start appending to CELL.
Expand All @@ -58,6 +59,7 @@ Options:
if empty uses TOSHEETS_SPREADSHEET enviroment variable.
--new-sheet=<name> Create a new spreadsheet with the chosen name. Prints the
spreadsheetId so it can be piped/stored.
--open Open a browser with the newly created sheet
```

### Distribution
Expand Down
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@

setup(
name='tosheets',
version='0.4.1',
version='0.4.2',
author='Timotej Kapus',
author_email='kren1@users.noreply.github.com',
description=('Cmd utility that send stdin to google sheets'),
long_description=open('README.md').read(),
long_description=open('README.md', encoding='utf-8').read(),
long_description_content_type='text/markdown',
license='MIT',
keywords='utility sheets command line',
url='https://github.com/kren1/tosheets',
Expand Down

0 comments on commit a4ef4e6

Please sign in to comment.