Skip to content
Snippets Groups Projects
Commit 93f48e9d authored by Alex Krasner's avatar Alex Krasner
Browse files

restore setup-wheel.py.in to it's original state in master. will resolve issues in a separate MR

parent 11701ea2
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,8 @@ setuptools.setup( ...@@ -58,8 +58,8 @@ setuptools.setup(
version = iversion, version = iversion,
description = 'Gmsh is a three-dimensional finite element mesh generator ' description = 'Gmsh is a three-dimensional finite element mesh generator '
'with built-in pre- and post-processing facilities.', 'with built-in pre- and post-processing facilities.',
#long_description = open(os.path.join(setupdir, 'README.rst'), 'r').read(), long_description = open(os.path.join(setupdir, 'README.rst'), 'r').read(),
#long_description_content_type = 'text/x-rst', long_description_content_type = 'text/x-rst',
maintainer = 'Christophe Geuzaine', maintainer = 'Christophe Geuzaine',
maintainer_email = 'cgeuzaine@uliege.be', maintainer_email = 'cgeuzaine@uliege.be',
keywords = ['fem', 'mesh', 'finite element method', 'cad'], keywords = ['fem', 'mesh', 'finite element method', 'cad'],
...@@ -78,9 +78,7 @@ setuptools.setup( ...@@ -78,9 +78,7 @@ setuptools.setup(
'Programming Language :: C++', 'Programming Language :: C++',
'Programming Language :: Python', 'Programming Language :: Python',
'Topic :: Scientific/Engineering'], 'Topic :: Scientific/Engineering'],
scripts = [], scripts = scripts,
packages = ['gmsh'], packages = [''],
package_dir = {'gmsh' : os.path.join(sdkdir + '/lib')}, package_dir = {'' : os.path.join(sdkdir + '/lib')},
data_files = data_files, data_files = data_files)
zip_safe=False,
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment