Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#49)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
repo-helper[bot] and pre-commit-ci[bot] committed Mar 4, 2021
1 parent 779ebf9 commit a994969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion __pkginfo__.py
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
7 changes: 4 additions & 3 deletions tox.ini
Expand Up @@ -49,11 +49,12 @@ commands = sphinx-build -M html . ./build {posargs}
skip_install = True
changedir = {toxinidir}
deps =
twine>=3.2.0
pep517>=0.9.1
virtualenv
git+https://github.com/pypa/build
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 a994969

Please sign in to comment.