From 838b19d1d3317c94b2605c384ad280c5fa23d1ad Mon Sep 17 00:00:00 2001 From: "repo-helper[bot]" <74742576+repo-helper[bot]@users.noreply.github.com> Date: Wed, 3 Mar 2021 08:04:14 +0000 Subject: [PATCH] Updated files with 'repo_helper'. --- __pkginfo__.py | 1 - tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/__pkginfo__.py b/__pkginfo__.py index c97b0abc..d65b3f4c 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -27,7 +27,6 @@ """ __version__ = "2021.2.18" - repo_root = pathlib.Path(__file__).parent install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n') extras_require = { diff --git a/tox.ini b/tox.ini index a95139b3..618901d8 100644 --- a/tox.ini +++ b/tox.ini @@ -49,11 +49,11 @@ commands = sphinx-build -M html . ./build {posargs} skip_install = True changedir = {toxinidir} deps = - twine>=3.2.0 - pep517>=0.9.1 + build>=0.3.0 check-wheel-contents>=0.1.0 + twine>=3.2.0 commands = - python -m pep517.build --source --binary "{toxinidir}" + python -m build --sdist --wheel "{toxinidir}" twine check dist/*.tar.gz dist/*.whl check-wheel-contents dist/