We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db3ff4 commit bba9218Copy full SHA for bba9218
release.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+pandoc -f markdown -t rst README.md > README.rst
4
+python setup.py install sdist $1
setup.py
@@ -4,14 +4,14 @@
5
setup(
6
name="bashplotlib",
7
- version="0.5.3",
+ version="0.6.1",
8
author="Greg Lamp",
9
author_email="[email protected]",
10
url="https://github.com/glamp/bashplotlib",
11
- license=open("LICENSE.txt").read(),
+ license="BSD",
12
packages=find_packages(),
13
description="plotting in the terminal",
14
- long_description=open("README.md").read(),
+ long_description=open("README.rst").read(),
15
entry_points = {
16
'console_scripts': [
17
'hist=bashplotlib.histogram:main',
0 commit comments