We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4450201 commit 35b63a6Copy full SHA for 35b63a6
setup.py
@@ -70,7 +70,7 @@ def parse_args():
70
gedlib_dir = 'gklearn/gedlib/'
71
subprocess.call(
72
[
73
- cur_python, 'setup.py',
+ cur_python, 'setup_simple.py', # 'setup.py',
74
# '--use-existing-gedlib', args.use_existing_gedlib,
75
# '--build-gedlib', args.build_gedlib,
76
# '--develop-mode', args.develop_mode,
@@ -110,8 +110,8 @@ def parse_args():
110
],
111
install_requires=install_requires,
112
# package_dir={'': 'gklearn'},
113
- package_data={
114
- # '': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'],
115
- 'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
116
- },
+ # package_data={
+ # # '': ['README.md', 'requirements_pypi.txt', 'requirements.txt', 'LICENSE'],
+ # 'gedlib': ['README.rst', 'gedlibpy.pyx', '*.hpp', '*.ipp'],
+ # },
117
)
0 commit comments