[build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta" [tool.pytest.ini_options] # addopts = -n auto asyncio_mode = "strict" # build and upload # rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload dist/*