Skip to content

Commit

Permalink
Merge f2212ce into a72154b
Browse files Browse the repository at this point in the history
  • Loading branch information
repo-helper[bot] committed Mar 2, 2021
2 parents a72154b + f2212ce commit 144ed16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
repo_root = pathlib.Path(__file__).parent
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
extras_require = {
"testing": ["pytest>=6.0.0", "coincidence>=0.1.2", "twine>=3.2.0", "check_wheel_contents>=0.2.0"],
"all": ["check_wheel_contents>=0.2.0", "coincidence>=0.1.2", "pytest>=6.0.0", "twine>=3.2.0"]
"testing": ["check-wheel-contents>=0.2.0", "coincidence>=0.1.2", "pytest>=6.0.0", "twine>=3.2.0"],
"all": ["check-wheel-contents>=0.2.0", "coincidence>=0.1.2", "pytest>=6.0.0", "twine>=3.2.0"]
}

0 comments on commit 144ed16

Please sign in to comment.