Skip to content

Commit 54206e7

Browse files
committed
adjusted setup.py for pipy
1 parent 85aa2c5 commit 54206e7

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

setup.py

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
setup(
44
name='okama',
5-
version='0.1',
5+
version='0.8',
6+
license='MIT',
7+
description='Modern Portfolio Theory (MPT) Python package',
8+
author='Sergey Kikevich',
9+
author_email='sergey@rostsber.ru',
10+
url='https://okama.io/',
11+
download_url='https://github.com/user/reponame/archive/v_01.tar.gz',
12+
keywords=['finance', 'investments', 'efficient frontier', 'python'],
613
packages=['okama', 'tests'],
714
package_data={'tests': ['*.csv']},
815
install_requires=['pytest',
@@ -16,13 +23,14 @@
1623
'matplotlib',
1724
'eurostat',
1825
'progress'],
19-
url='https://okama.io/',
20-
license='MIT',
21-
author='Sergey Kikevich',
22-
author_email='sergey@rostsber.ru',
23-
description='Modern Portfolio Theory (MPT) package',
2426
classifiers=[
27+
"Development Status :: 4 - Beta",
28+
"Intended Audience :: Developers, End Users/Desktop, Financial and Insurance Industry, Science/Research",
29+
"Topic :: Scientific/Engineering :: Mathematics",
2530
"Programming Language :: Python :: 3",
31+
"Programming Language :: Python :: 3 :: Only",
32+
"Programming Language :: Python :: 3.7",
33+
"Programming Language :: Python :: 3.8",
2634
"License :: OSI Approved :: MIT License",
2735
"Operating System :: OS Independent",
2836
],

0 commit comments

Comments
 (0)