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