File: _config.py

package info (click to toggle)
python-imageio 2.37.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,144 kB
  • sloc: python: 26,306; makefile: 138
file content (11 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
"""
Config and definitions specific to Imageio.
"""

import os.path as op

from . import ROOT_DIR, THIS_DIR  # noqa

NAME = "imageio"
DOC_DIR = op.join(ROOT_DIR, "docs")
DOC_BUILD_DIR = op.join(DOC_DIR, "_build")