summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@serenitascapital.com>2016-08-03 13:51:45 -0400
committerGuillaume Horel <guillaume.horel@serenitascapital.com>2016-08-03 13:51:45 -0400
commit88cfdd71041924a658785b0bdc84dbeffb144a96 (patch)
tree879b580de01df6811dee7971c1a9fa988ca504f8 /setup.py
parent4f27f75e2e3931b8a3c0529fc06f8e51bf3540b8 (diff)
downloadpyisda-88cfdd71041924a658785b0bdc84dbeffb144a96.tar.gz
round of improvements to the docs
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8aae177..7c0b4f6 100644
--- a/setup.py
+++ b/setup.py
@@ -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'])