We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7585c7 commit 6359e75Copy full SHA for 6359e75
testing/cx_freeze/runtests_setup.py
@@ -8,7 +8,7 @@
8
setup(
9
name="runtests",
10
version="0.1",
11
- 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",
12
executables=[Executable("runtests_script.py")],
13
options={"build_exe": {'includes': pytest.freeze_includes()}},
14
)
0 commit comments