Skip to content

Commit

Permalink
Merge pull request #163 from oleorhagen/fix-build-tests
Browse files Browse the repository at this point in the history
Removed tests from the installed python package
  • Loading branch information
olehermanse authored Nov 13, 2023
2 parents 5862616 + 24b030c commit 1325a3c
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 @@ -30,7 +30,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/cfengine/cfbs",
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["tests*"]),
package_data={'cfbs': ['VERSION']},
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 1325a3c

Please sign in to comment.