change download url

This commit is contained in:
hongtao 2015-03-02 23:15:21 +08:00
parent 10e1f7de10
commit c2bb66b2d2

View File

@ -7,7 +7,7 @@ setup(
author = 'Hongtao Cai',
author_email = 'caiht.ht@gmail.com',
url = 'https://github.com/hongtaocai/googlefinance', # use the URL to the github repo
download_url = 'https://github.com/hongtaocai/googlefinance', # I'll explain this in a second
download_url = 'https://github.com/hongtaocai/googlefinance/tarball/0.1', # I'll explain this in a second
keywords = ['googlefinance', 'stock', 'price' , 'finance', 'google'], # arbitrary keywords
classifiers = [],
)