Skip to content

Commit

Permalink
Change pacakge name
Browse files Browse the repository at this point in the history
  • Loading branch information
ronserruya committed Sep 16, 2019
1 parent cb680c4 commit 262c223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Check out this recorded example:

## Installation
```shell
pip install --user tbl
pip install --user clitbl
```

## Usage options
Expand Down Expand Up @@ -58,4 +58,4 @@ it cannot wrap text in the headers, which may lead to disfigured output
:exclamation: This is not the use case for tbl anyway, but dont try to print huge tables (several GBs),
as tbl (and rapidtable) read the entire table to memory before printing

\* Example csv were downloaded from [here](https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html)
\* Example csv were downloaded from [here](https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setup(
name='tbl',
name='clitbl',
version='0.0.1',
author="Ron Serruya",
author_email="[email protected]",
Expand Down

0 comments on commit 262c223

Please sign in to comment.