File tree 3 files changed +3
-6
lines changed
3 files changed +3
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
# from visidata import __version__
9
9
__version__ = "3.2dev"
10
10
11
- vd_bin = "bin/vd" if platform .system () != "Windows" else "bin/vd.cmd"
12
-
13
11
setup (
14
12
name = "visidata" ,
15
13
version = __version__ ,
21
19
author_email = "visidata@saul.pw" ,
22
20
url = "https://visidata.org" ,
23
21
download_url = "https://github.com/saulpw/visidata/tarball/" + __version__ ,
24
- scripts = [vd_bin , "bin/vd2to3.vdx" ],
22
+ scripts = ["bin/vd2to3.vdx" ],
25
23
entry_points = {
26
- "console_scripts" : ["visidata=visidata.main:vd_cli" ],
24
+ "console_scripts" : ["vd=visidata.main:vd_cli" ,
25
+ "visidata=visidata.main:vd_cli" ],
27
26
},
28
27
py_modules = ["visidata" ],
29
28
install_requires = [
Original file line number Diff line number Diff line change 1
1
directory filename ext
2
2
bin/ filter-doc.py py
3
3
bin/ vd
4
- bin/ vd.cmd cmd
5
4
bin/ vd2to3.vdx vdx
6
5
bin/ viewtsv.py py
You can’t perform that action at this time.
0 commit comments