Skip to content

Commit

Permalink
updating setup.py: setting intended audience, adding link to document…
Browse files Browse the repository at this point in the history
…ation, updating release download to 0.1.1
  • Loading branch information
fmilthaler committed Jan 30, 2019
1 parent d2c2d4e commit cbe8407
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@
long_description=long_description,
long_description_content_type='text/markdown',
url='https://github.com/fmilthaler/FinQuant',
download_url = 'https://github.com/fmilthaler/FinQuant/archive/v0.1.tar.gz',
download_url = 'https://github.com/fmilthaler/FinQuant/archive/v0.1.1.tar.gz',
license='MIT',
packages=setuptools.find_packages(),
classifiers=[
'Development Status :: 4 - Beta',
'Intended Audience :: Education',
'Intended Audience :: Financial and Insurance Industry',
'Intended Audience :: Other Audience',
'Intended Audience :: Science/Research',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
Expand All @@ -29,5 +32,6 @@
'efficient frontier', 'quantitative', 'quant'],
python_requires='>=3.5',
install_requires=['quandl', 'numpy', 'pandas', 'scipy',
'matplotlib', 'pytest']
'matplotlib', 'pytest'],
project_urls={'Documentation': 'https://finquant.readthedocs.io'}
)

0 comments on commit cbe8407

Please sign in to comment.