Activated the html annotated files output in setup.py

This commit is contained in:
celinemercier
2015-08-12 15:47:13 +02:00
parent eaca9c85f1
commit e6d96d999a

View File

@ -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,