From 5d4a78146c3f116a608bc08e39f30c22c23c24fb 2016-01-29 19:45:45 From: Matthias Bussonnier Date: 2016-01-29 19:45:45 Subject: [PATCH] Update package metadata --- diff --git a/IPython/core/release.py b/IPython/core/release.py index cca49ce..576a2c6 100644 --- a/IPython/core/release.py +++ b/IPython/core/release.py @@ -105,12 +105,10 @@ author_email = 'ipython-dev@scipy.org' url = 'http://ipython.org' -download_url = 'https://github.com/ipython/ipython/downloads' -platforms = ['Linux','Mac OSX','Windows XP/Vista/7/8'] +platforms = ['Linux','Mac OSX','Windows'] -keywords = ['Interactive','Interpreter','Shell','Parallel','Distributed', - 'Web-based computing', 'Qt console', 'Embedding'] +keywords = ['Interactive','Interpreter','Shell', 'Embedding'] classifiers = [ 'Framework :: IPython', diff --git a/setupbase.py b/setupbase.py index 9d801f4..e73641d 100644 --- a/setupbase.py +++ b/setupbase.py @@ -80,7 +80,6 @@ setup_args = dict( author = author, author_email = author_email, url = url, - download_url = download_url, license = license, platforms = platforms, keywords = keywords,