Skip to content

Commit b14996e

Browse files
authored
Merge branch 'development' into pr-changes
2 parents 1e871b5 + 18c61d7 commit b14996e

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)