Skip to content

Commit

Permalink
Exclude submodules of demo and tets aswell
Browse files Browse the repository at this point in the history
  • Loading branch information
Noza23 committed Sep 24, 2023
1 parent 087a834 commit 8b7be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
author_email='[email protected]',
license='MIT',
url='https://github.com/LMU-Seminar-LLMs/AutoTestGen',
packages=find_packages(exclude=["demo", "AutoTestGen.tests.*"]),
packages=find_packages(exclude=['demo', 'demo.*', 'AutoTestGen.tests', 'AutoTestGen.tests.*']),
# Entry point
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 8b7be3f

Please sign in to comment.