Modernize python setup

Use pyproject.toml instead of deprecated setup.py arguments and unpin dependencies in tox.ini.
This commit is contained in:
link2xt
2021-10-27 20:58:36 +00:00
parent 300f5be4f3
commit 5b5b26122e
3 changed files with 9 additions and 10 deletions

View File

@@ -45,9 +45,8 @@ commands =
[testenv:doc]
changedir=doc
deps =
# Pin dependencies to the versions which actually work with Python 3.5.
sphinx==3.4.3
breathe==4.28.0
sphinx
breathe
commands =
sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html