Skip to content

Commit

Permalink
Trivial spelling fix in runtest_setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Jun 22, 2016
1 parent f7585c7 commit 6359e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cx_freeze/runtests_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setup(
name="runtests",
version="0.1",
description="exemple of how embedding py.test into an executable using cx_freeze",
description="example of how embedding py.test into an executable using cx_freeze",
executables=[Executable("runtests_script.py")],
options={"build_exe": {'includes': pytest.freeze_includes()}},
)
Expand Down

0 comments on commit 6359e75

Please sign in to comment.