2022-02-22 20:57:47 +00:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools"]
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
[tool.pytest.ini_options]
|
|
|
|
# addopts = -n auto
|
2022-02-22 22:28:23 +00:00
|
|
|
asyncio_mode = "strict"
|
2022-11-20 05:50:32 +00:00
|
|
|
|
|
|
|
# build and upload
|
2023-06-17 14:27:21 +00:00
|
|
|
# rm -rf dist && python -m build --no-isolation && twine check dist/* && twine upload dist/*
|