mirror of https://github.com/abinit/abipy.git
23 lines
399 B
INI
23 lines
399 B
INI
[metadata]
|
|
description-file = README.md
|
|
|
|
[aliases]
|
|
release = register sdist bdist_wheel upload
|
|
|
|
[build]
|
|
force = 1
|
|
|
|
[bdist_wheel]
|
|
universal=1
|
|
|
|
[nosetests]
|
|
verbosity=1
|
|
with-doctest=1
|
|
# Use `pip install nose-exclude`
|
|
# if nosetest fails with error: Error reading config file 'setup.cfg': no such option 'exclude-dir
|
|
exclude-dir=abipy/gui
|
|
abipy/gw
|
|
|
|
[tool:pytest]
|
|
ignore=abipy/gui abipy/gw
|