Skip to content

Commit a994969

Browse files
[repo-helper] Configuration Update (#49)
* Updated files with 'repo_helper'. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 779ebf9 commit a994969

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

__pkginfo__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"""
2828

2929
__version__ = "2021.2.18"
30-
3130
repo_root = pathlib.Path(__file__).parent
3231
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3332
extras_require = {

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ commands = sphinx-build -M html . ./build {posargs}
4949
skip_install = True
5050
changedir = {toxinidir}
5151
deps =
52-
twine>=3.2.0
53-
pep517>=0.9.1
52+
virtualenv
53+
git+https://github.com/pypa/build
5454
check-wheel-contents>=0.1.0
55+
twine>=3.2.0
5556
commands =
56-
python -m pep517.build --source --binary "{toxinidir}"
57+
python -m build --sdist --wheel "{toxinidir}"
5758
twine check dist/*.tar.gz dist/*.whl
5859
check-wheel-contents dist/
5960

0 commit comments

Comments
 (0)