Skip to content

Commit 35b63a6

Browse files
committed
[CI] Update setup.py for including GEDLIB for dist and wheel.
1 parent 4450201 commit 35b63a6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def parse_args():
7070
gedlib_dir = 'gklearn/gedlib/'
7171
subprocess.call(
7272
[
73-
cur_python, 'setup.py',
73+
cur_python, 'setup_simple.py', # 'setup.py',
7474
# '--use-existing-gedlib', args.use_existing_gedlib,
7575
# '--build-gedlib', args.build_gedlib,
7676
# '--develop-mode', args.develop_mode,
@@ -110,8 +110,8 @@ def parse_args():
110110
],
111111
install_requires=install_requires,
112112
# package_dir={'': 'gklearn'},
113-
package_data={
114-
# '': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'],
115-
'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
116-
},
113+
# package_data={
114+
# # '': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'],
115+
# 'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
116+
# },
117117
)

0 commit comments

Comments
 (0)