We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c1e150 commit 3fa8e11Copy full SHA for 3fa8e11
setup.py
@@ -3,13 +3,13 @@
3
4
setup(
5
name="bashplotlib",
6
- version="0.2.1",
+ version="0.3.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(),
+ license="LICENSE.txt",
11
packages=find_packages(),
12
description="plotting from the command line",
13
- long_description=open("README.txt").read(),
+ long_description="README.txt",
14
)
15
0 commit comments