Skip to content

Commit e599215

Browse files
committed
added scripts
1 parent 4409931 commit e599215

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
setup(
55
name="bashplotlib",
6-
version="0.3.3",
6+
version="0.3.4",
77
author="Greg Lamp",
88
author_email="lamp.greg@gmail.com",
99
url="https://github.com/glamp/bashplotlib",
1010
license=open("LICENSE.txt").read(),
1111
packages=find_packages(),
1212
description="plotting from the command line",
1313
long_description=open("README.txt").read(),
14+
scripts=['bin/hist', 'bin/scatter'],
1415
)
1516

0 commit comments

Comments
 (0)