We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7aaa6 commit 958e737Copy full SHA for 958e737
setup.py
@@ -200,5 +200,6 @@ def mingw32_compiler_fix(compiler):
200
ext_modules = ext_modules,
201
packages = ['sode', 'sode.examples', 'sode.examples.pyexamples',
202
'sode.examples.cyexamples'],
203
+ package_data = {'sode':['cysode.pxd']},
204
scripts = scripts
205
)
0 commit comments