Skip to content

Commit 1dbebb9

Browse files
committed
Add subpackage to setup
1 parent 9b779de commit 1dbebb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
setup(
3131
name=PACKAGE_NAME,
3232
version=VERSION,
33-
packages=[PACKAGE_NAME, "pythonwhat.test_funcs"],
33+
packages=[PACKAGE_NAME, "pythonwhat.checks", "pythonwhat.test_funcs"],
3434
install_requires=REQUIREMENTS,
3535
description="Submission correctness tests for Python",
3636
long_description=README,

0 commit comments

Comments
 (0)