diff --git a/setup.py b/setup.py index fca9b83..a4c67ee 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,14 @@ 'hist=bashplotlib.histogram:main', 'scatter=bashplotlib.scatterplot:main', ] - } + }, + keywords=['plotting', 'console', 'shell'], + classifiers=[ + 'Environment :: Console', + 'Intended Audience :: End Users/Desktop', + 'License :: OSI Approved :: BSD License', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + ], )