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