Skip to content

Commit 326f232

Browse files
add classifiers and other pypi meta-data
1 parent b62c91f commit 326f232

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

setup.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
version=vers['__version__'],
1717
author='MPL Developers',
1818
author_email='[email protected]',
19+
maintainer_email='[email protected]',
1920
py_modules=[pkg_name],
2021
description='Utilities for the visualization, and visual analysis, of financial data',
2122
long_description=long_description,
@@ -31,6 +32,16 @@
3132
'Programming Language :: Python :: 3.6',
3233
'Programming Language :: Python :: 3.7',
3334
'Programming Language :: Python :: 3.8',
35+
'Framework :: Matplotlib',
36+
'Intended Audience :: Developers',
37+
'Intended Audience :: Education',
38+
'Intended Audience :: Financial and Insurance Industry',
39+
'Intended Audience :: Science/Research',
40+
'License :: OSI Approved :: BSD License',
41+
'Topic :: Office/Business :: Financial',
42+
'Topic :: Office/Business :: Financial :: Investment',
43+
'Topic :: Scientific/Engineering :: Visualization',
44+
'Topic :: Scientific/Engineering :: Information Analysis',
3445
],
35-
keywords='finance',
46+
keywords=['finance','candlestick','ohlc','market','investing','technical analysis'],
3647
)

0 commit comments

Comments
 (0)