Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dbondi committed Apr 5, 2021
1 parent c6d6e67 commit d9e91a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
setup(
name = 'analyst_recommendation_performance',
packages = ['analyst_recommendation_performance'],
version = '0.2',
version = '0.3',
license='MIT',
description = 'Get the performance of analysts stock recommendation',
long_description= 'view docs at https://github.com/dbondi/analyst_recommendation_performance',
author = 'Daniel Bondi',
author_email = 'dbondi@wisc.edu',
url = 'https://github.com/dbondi/analyst_recommendation_performance',
download_url = 'https://github.com/dbondi/analyst_recommendation_performance/archive/refs/tags/v0.2.tar.gz',
download_url = 'https://github.com/dbondi/analyst_recommendation_performance/archive/refs/tags/v0.3.tar.gz',
keywords = ['STOCKS', 'ANALYSTS', 'PYTHON', 'RECOMMENDATIONS','TICKERS'],
install_requires=[
'python-dateutil',
Expand Down

0 comments on commit d9e91a4

Please sign in to comment.