Skip to content

Commit 51b05e6

Browse files
committed
Merge pull request #31 from Aluriak/setupkeywords
define keywords and trove classifiers for pypi indexing
2 parents f9566f9 + 8a8b3d2 commit 51b05e6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

setup.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@
1717
'hist=bashplotlib.histogram:main',
1818
'scatter=bashplotlib.scatterplot:main',
1919
]
20-
}
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+
],
2129
)
2230

0 commit comments

Comments
 (0)