Skip to content

Commit abccd3e

Browse files
committed
define keywords and trove classifiers for pypi indexing
1 parent f9566f9 commit abccd3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

setup.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,13 @@
1818
'scatter=bashplotlib.scatterplot:main',
1919
]
2020
}
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+
],
2129
)
2230

0 commit comments

Comments
 (0)