mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-13 17:48:34 +05:00
Don't pack netgen python files with setup.py
These files are already installed/packed by skbuild (and possibly into another directory, leading to confusion/not finding shared libraries at runtime)
This commit is contained in:
parent
11f7d64c41
commit
9f9a7a3b71
2
setup.py
2
setup.py
@ -99,7 +99,7 @@ setup(
|
|||||||
author='The Netgen team',
|
author='The Netgen team',
|
||||||
license="LGPL2.1",
|
license="LGPL2.1",
|
||||||
packages=['netgen'],
|
packages=['netgen'],
|
||||||
package_dir={'netgen': 'python'},
|
#package_dir={'netgen': 'python'},
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
cmake_process_manifest_hook=install_filter,
|
cmake_process_manifest_hook=install_filter,
|
||||||
|
Loading…
Reference in New Issue
Block a user