We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4409931 commit e599215Copy full SHA for e599215
setup.py
@@ -3,13 +3,14 @@
3
4
setup(
5
name="bashplotlib",
6
- version="0.3.3",
+ version="0.3.4",
7
author="Greg Lamp",
8
author_email="lamp.greg@gmail.com",
9
url="https://github.com/glamp/bashplotlib",
10
license=open("LICENSE.txt").read(),
11
packages=find_packages(),
12
description="plotting from the command line",
13
long_description=open("README.txt").read(),
14
+ scripts=['bin/hist', 'bin/scatter'],
15
)
16
0 commit comments