function return working with one return value

This commit is contained in:
Philipp Moritz
2016-03-05 15:11:39 -08:00
parent 3ebf8b0699
commit 954e34c0ae
9 changed files with 127 additions and 50 deletions
+4
View File
@@ -31,3 +31,7 @@ setup(
},
zip_safe=False
)
extension_mod = Extension("symphony", ["orchpy/symphony.cpp"], include_dirs=["../../build/generated/"])
setup(name = "symphony", ext_modules=[extension_mod])