##// END OF EJS Templates
Update package metadata
Matthias Bussonnier -
Show More
@@ -105,12 +105,10 b" author_email = 'ipython-dev@scipy.org'"
105 105
106 106 url = 'http://ipython.org'
107 107
108 download_url = 'https://github.com/ipython/ipython/downloads'
109 108
110 platforms = ['Linux','Mac OSX','Windows XP/Vista/7/8']
109 platforms = ['Linux','Mac OSX','Windows']
111 110
112 keywords = ['Interactive','Interpreter','Shell','Parallel','Distributed',
113 'Web-based computing', 'Qt console', 'Embedding']
111 keywords = ['Interactive','Interpreter','Shell', 'Embedding']
114 112
115 113 classifiers = [
116 114 'Framework :: IPython',
@@ -80,7 +80,6 b' setup_args = dict('
80 80 author = author,
81 81 author_email = author_email,
82 82 url = url,
83 download_url = download_url,
84 83 license = license,
85 84 platforms = platforms,
86 85 keywords = keywords,
General Comments 0
You need to be logged in to leave comments. Login now