-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed README syntax errors thanks to and
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,8 +53,9 @@ def run_tests(self): | |
setup( | ||
name="vcrpy", | ||
version=find_version("vcr", "__init__.py"), | ||
description=("Automatically mock your HTTP interactions to simplify and " "speed up testing"), | ||
description=("Automatically mock your HTTP interactions to simplify and speed up testing"), | ||
long_description=long_description, | ||
long_description_content_type="text/x-rst", | ||
author="Kevin McCarthy", | ||
author_email="[email protected]", | ||
url="https://github.com/kevin1024/vcrpy", | ||
|