xref: /petsc/src/binding/petsc4py/setup.cfg (revision 5c79578233e60b002d31d9b43ccb6a4974f3e90b)
1[config]
2petsc_dir  = $PETSC_DIR
3petsc_arch = $PETSC_ARCH
4
5[build]
6debug = 0
7
8[sdist]
9force_manifest = 1
10
11[nosetests]
12where = test
13
14[options.extras_require]
15doc =
16     pydata-sphinx-theme
17     sphinx>=6.1.3
18     sphobjinv
19     typing_extensions;python_version<'3.11'
20     pylit
21