|
2 | 2 |
|
3 | 3 | setup(
|
4 | 4 | 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'], |
6 | 13 | packages=['okama', 'tests'],
|
7 | 14 | package_data={'tests': ['*.csv']},
|
8 | 15 | install_requires=['pytest',
|
|
16 | 23 | 'matplotlib',
|
17 | 24 | 'eurostat',
|
18 | 25 | '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', |
24 | 26 | classifiers=[
|
| 27 | + "Development Status :: 4 - Beta", |
| 28 | + "Intended Audience :: Developers, End Users/Desktop, Financial and Insurance Industry, Science/Research", |
| 29 | + "Topic :: Scientific/Engineering :: Mathematics", |
25 | 30 | "Programming Language :: Python :: 3",
|
| 31 | + "Programming Language :: Python :: 3 :: Only", |
| 32 | + "Programming Language :: Python :: 3.7", |
| 33 | + "Programming Language :: Python :: 3.8", |
26 | 34 | "License :: OSI Approved :: MIT License",
|
27 | 35 | "Operating System :: OS Independent",
|
28 | 36 | ],
|
|
0 commit comments