Skip to content

Commit abaa5d9

Browse files
committed
setup.py with correct classifiers
1 parent a298e9f commit abaa5d9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
author_email='sergey@rostsber.ru',
1010
url='https://okama.io/',
1111
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'],
1313
packages=['okama', 'tests'],
1414
package_data={'tests': ['*.csv']},
1515
install_requires=['pytest',
@@ -23,7 +23,10 @@
2323
'setuptools'],
2424
classifiers=[
2525
"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",
2730
"Topic :: Scientific/Engineering :: Mathematics",
2831
"Programming Language :: Python :: 3",
2932
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)