annotate sword2-libraries-pyinstaller-compatible/setup.cfg @ 22:d1752c7031e4 timeouts tip

Updated .hgignore to ignore sword2_logging.conf and anything in .cache
author Steve Welburn <stephen.welburn@eecs.qmul.ac.uk>
date Tue, 22 Jan 2013 14:43:42 +0000
parents 8b69bba225c9
children
rev   line source
marco@16 1 [egg_info]
marco@16 2
marco@16 3 [build_sphinx]
marco@16 4 all_files = 1
marco@16 5
marco@16 6 [upload_sphinx]
marco@16 7 upload-dir = build/sphinx/html
marco@16 8
marco@16 9 [epydoc] # Epydoc section marker
marco@16 10
marco@16 11 # Information about the project.
marco@16 12 name: SWORD2 Python Client
marco@16 13 url: http://bitbucket.org/beno/python-sword2
marco@16 14
marco@16 15 # The list of modules to document. Modules can be named using
marco@16 16 # dotted names, module filenames, or package directory names.
marco@16 17 # This option may be repeated.
marco@16 18 modules: sword2
marco@16 19
marco@16 20 # Write html output to the directory "apidocs"
marco@16 21 output: html
marco@16 22 target: apidocs/
marco@16 23
marco@16 24 # Include all automatically generated graphs. These graphs are
marco@16 25 # generated using Graphviz dot.
marco@16 26 graph: all
marco@16 27 dotpath: /usr/bin/dot