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