Skip to content

Commit

Permalink
Merge pull request #324 from christophgysin/exclude-tests
Browse files Browse the repository at this point in the history
Don't install tests
  • Loading branch information
jorgebastida authored Apr 2, 2024
2 parents 8bf8679 + c3d6850 commit e237cc1
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 @@ -19,7 +19,7 @@
description="awslogs is a simple command line tool to read aws cloudwatch logs.",
long_description="awslogs is a simple command line tool to read aws cloudwatch logs.",
keywords="aws logs cloudwatch",
packages=find_packages(),
packages=find_packages(exclude=['tests']),
platforms="any",
python_requires=">=3.8",
install_requires=install_requires,
Expand Down

0 comments on commit e237cc1

Please sign in to comment.