Skip to content

Commit

Permalink
Updated files with 'repo_helper'.
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 3, 2021
1 parent 83166f4 commit 838b19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 838b19d

Please sign in to comment.