Activated the html annotated files output in setup.py
This commit is contained in:
5
setup.py
5
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,
|
||||
|
Reference in New Issue
Block a user