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