File: pyproject.toml

package info (click to toggle)
nvchecker 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 752 kB
  • sloc: python: 5,045; sh: 28; makefile: 17
file content (11 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
# addopts = -n auto
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "session"

# build and upload
# rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload dist/*