8000 Forget to delete... · PythonOptimizers/MUMPS.py@e26256b · GitHub
[go: up one dir, main page]

Skip to content

Commit e26256b

Browse files
committed
Forget to delete...
1 parent 5eb9f13 commit e26256b

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

config/setup.cpy

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -209,28 +209,3 @@ if use_cython:
209209
setup_args['cmdclass'] = {'build_ext': build_ext}
210210

211211
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

Comments
 (0)
0