diff options
| author | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-08-03 13:51:45 -0400 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@serenitascapital.com> | 2016-08-03 13:51:45 -0400 |
| commit | 88cfdd71041924a658785b0bdc84dbeffb144a96 (patch) | |
| tree | 879b580de01df6811dee7971c1a9fa988ca504f8 /setup.py | |
| parent | 4f27f75e2e3931b8a3c0529fc06f8e51bf3540b8 (diff) | |
| download | pyisda-88cfdd71041924a658785b0bdc84dbeffb144a96.tar.gz | |
round of improvements to the docs
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,5 +8,6 @@ setup( name = "pyisda", version = '0.1', author = 'Guillaume Horel', - ext_modules = cythonize(extensions, nthreads = 4), + ext_modules = cythonize(extensions, nthreads = 4, + compiler_directives={'embedsignature':True}), packages = ['pyisda']) |
