-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ Other Contributors: | |
|
||
+ Matus Gura <[email protected]> | ||
+ Nathan Typanski <[email protected]> | ||
+ scls19fr <[email protected]> | ||
+ Yuri D'Elia <[email protected]> | ||
|
||
The highlighted position is shown in the top-left corner of the screen; next to | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ | |
import setuptools | ||
|
||
setup(name="tabview", | ||
version="1.2.0", | ||
version="1.3.0", | ||
description="A curses command-line CSV and list (tabular data) viewer", | ||
long_description=open('README.rst').read(), | ||
author="Scott Hansen", | ||
author_email="[email protected]", | ||
url="https://github.com/firecat53/tabview", | ||
download_url="https://github.com/firecat53/tabview/tarball/1.2.0", | ||
download_url="https://github.com/firecat53/tabview/tarball/1.3.0", | ||
packages=['tabview'], | ||
scripts=['bin/tabview'], | ||
package_data={'tabview': ['README.rst']}, | ||
|