Skip to content

Commit c74d5b2

Browse files
committed
updated readme
1 parent c7499c5 commit c74d5b2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
File renamed without changes.

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44
setup(
55
name="bashplotlib",
66
version="0.2.0",
7+
author="Greg Lamp",
8+
author_email="lamp.greg@gmail.com",
9+
url="https://github.com/glamp/bashplotlib",
10+
license=open("LICENSE.txt").read(),
711
packages=find_packages(),
8-
license=open("LICENSE").read(),
9-
long_description=open("README.md").read(),
12+
description="plotting from the command line",
13+
long_description=open("README.txt").read(),
1014
)
1115

0 commit comments

Comments
 (0)