|
9 | 9 | author_email='sergey@rostsber.ru',
|
10 | 10 | url='https://okama.io/',
|
11 | 11 | download_url='https://github.com/mbk-dev/okama/archive/v0.8.tar.gz',
|
12 |
| - keywords=['finance', 'investments', 'efficient frontier', 'python'], |
| 12 | + keywords=['finance', 'investments', 'efficient frontier', 'python', 'optimization'], |
13 | 13 | packages=['okama', 'tests'],
|
14 | 14 | package_data={'tests': ['*.csv']},
|
15 | 15 | install_requires=['pytest',
|
|
23 | 23 | 'setuptools'],
|
24 | 24 | classifiers=[
|
25 | 25 | "Development Status :: 5 - Production/Stable",
|
26 |
| - "Intended Audience :: Developers, End Users/Desktop, Financial and Insurance Industry, Science/Research", |
| 26 | + "Intended Audience :: Developers, " |
| 27 | + "Intended Audience :: End Users/Desktop, " |
| 28 | + "Intended Audience :: Financial and Insurance Industry, " |
| 29 | + "Intended Audience :: Science/Research", |
27 | 30 | "Topic :: Scientific/Engineering :: Mathematics",
|
28 | 31 | "Programming Language :: Python :: 3",
|
29 | 32 | "Programming Language :: Python :: 3 :: Only",
|
|
0 commit comments