Skip to content

Commit 9ff29f6

Browse files
committed
Package exclusion
1 parent 4471793 commit 9ff29f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def read_file(fname):
1919

2020
setup(
2121
name='robotframework-reportportal',
22-
packages=find_packages(),
22+
packages=find_packages(exclude=('tests', 'tests.*')),
2323
version=__version__,
2424
description='Agent for reporting RobotFramework test results to '
2525
'Report Portal',

0 commit comments

Comments
 (0)