From e6d96d999aa0bd9632a7ee35ccf4defbe7e24928 Mon Sep 17 00:00:00 2001 From: celinemercier Date: Wed, 12 Aug 2015 15:47:13 +0200 Subject: [PATCH] Activated the html annotated files output in setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 822522a..6448696 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,11 @@ if __name__=="__main__": from obidistutils.core import CEXES from obidistutils.core import FILES + # Produce annotated html files + import Cython.Compiler.Options + Cython.Compiler.Options.annotate = True + + setup(name=PACKAGE, description=DESCRIPTION, classifiers=classifiers,