|
16 | 16 | version=vers['__version__'],
|
17 | 17 | author='MPL Developers',
|
18 | 18 |
|
| 19 | + maintainer_email='[email protected]', |
19 | 20 | py_modules=[pkg_name],
|
20 | 21 | description='Utilities for the visualization, and visual analysis, of financial data',
|
21 | 22 | long_description=long_description,
|
|
31 | 32 | 'Programming Language :: Python :: 3.6',
|
32 | 33 | 'Programming Language :: Python :: 3.7',
|
33 | 34 | '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', |
34 | 45 | ],
|
35 |
| - keywords='finance', |
| 46 | + keywords=['finance','candlestick','ohlc','market','investing','technical analysis'], |
36 | 47 | )
|
0 commit comments