Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#28)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* Updated files with 'repo_helper'.

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Mar 4, 2021
1 parent 0b1b278 commit ef2e8e7
Show file tree
Hide file tree
Showing 3 changed files with 5 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__ = "0.5.1"

repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
extras_require = {"all": []}
1 change: 1 addition & 0 deletions formate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ known_third_party = [
"github3_utils",
"pymacaroons",
"pynacl",
"pyreadline",
"pytest",
"pytest_cov",
"pytest_randomly",
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,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 ef2e8e7

Please sign in to comment.