Skip to content

Commit

Permalink
Ignore packages in the tests directory
Browse files Browse the repository at this point in the history
Otherwise our package build fails with:

    RPM build errors:
    error: Installed (but unpackaged) file(s) found:
  • Loading branch information
FrostyX committed Oct 7, 2024
1 parent cc4a21f commit 8ef62db
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 @@ -40,7 +40,7 @@
classifiers=[],
setup_requires=setup_requires,
install_requires=install_requires,
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
include_package_data=True,
zip_safe=False,
py_modules=["cli"],
Expand Down

0 comments on commit 8ef62db

Please sign in to comment.