We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9566f9 + 8a8b3d2 commit 51b05e6Copy full SHA for 51b05e6
1 file changed
setup.py
@@ -17,6 +17,14 @@
17
'hist=bashplotlib.histogram:main',
18
'scatter=bashplotlib.scatterplot:main',
19
]
20
- }
+ },
21
+ keywords=['plotting', 'console', 'shell'],
22
+ classifiers=[
23
+ 'Environment :: Console',
24
+ 'Intended Audience :: End Users/Desktop',
25
+ 'License :: OSI Approved :: BSD License',
26
+ 'Programming Language :: Python :: 2.7',
27
+ 'Programming Language :: Python :: 3',
28
+ ],
29
)
30
0 commit comments