Skip to content

Commit 18c61d7

Browse files
authored
Merge pull request #454 from splitio/remove-tests-from-build
exclude tests from built package
2 parents 7a85410 + cbbedff commit 18c61d7

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
@@ -53,5 +53,5 @@
5353
'Programming Language :: Python :: 3',
5454
'Topic :: Software Development :: Libraries'
5555
],
56-
packages=find_packages()
56+
packages=find_packages(exclude=('tests', 'tests.*'))
5757
)

0 commit comments

Comments
 (0)