@@ -209,28 +209,3 @@ if use_cython:
209
209
setup_args ['cmdclass' ] = {'build_ext' : build_ext }
210
210
211
211
setup (** setup_args )
212
- setup (name = 'mumps.py' ,
213
- version = version ['version' ],
214
- description = 'A python interface to MUMPS' ,
215
- long_description = long_description ,
216
- #Author details
217
- author = 'Nikolaj van Omme, Sylvain Arreckx, Dominique Orban' ,
218
- {% raw % }
219
- author_email = 'mumps\@TODO.com' ,
220
- {% endraw % }
221
- maintainer = "MUMPS.py Developers" ,
222
- {% raw % }
223
- maintainer_email = "sylvain.arreckx@gmail.com" ,
224
- {% endraw % }
225
- summary = "A python interface to MUMPS" ,
226
- url = "https://github.com/PythonOptimizers/MUMPS.py" ,
227
- download_url = "https://github.com/PythonOptimizers/MUMPS.py" ,
228
- license = 'LGPL' ,
229
- classifiers = filter (None , CLASSIFIERS .split ('\n ' )),
230
- install_requires = ['numpy' , 'Cython' ],
231
- cmdclass = {'build_ext' : build_ext },
232
- ext_modules = mumps_ext ,
233
- package_dir = {"mumps" : "mumps" },
234
- packages = packages_list ,
235
- zip_safe = False
236
- )
0 commit comments