Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fize Jacques
GMatch4py
Commits
db532b8f
Commit
db532b8f
authored
Jul 10, 2018
by
Fize Jacques
Browse files
Debug setup.py
parent
68e74bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
db532b8f
...
...
@@ -37,7 +37,7 @@ extensions = cythonize([makeExtension(name) for name in extNames])
setup
(
name
=
"GMatch4py"
,
description
=
"A module for graph matching"
,
packages
=
[
"gmatch4py"
,
"gmatch4py.ged"
,
"gmatch4py.kernels"
],
packages
=
[
"gmatch4py"
],
ext_modules
=
extensions
,
cmdclass
=
{
'build_ext'
:
build_ext
},
setup_requires
=
[
"numpy"
,
"networkx"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment