Skip to content

Commit a7b36b1

Browse files
noamraphNoam Yorav-Raphael
andauthored
Don't add the tests/ package to the distribution (#52)
Co-authored-by: Noam Yorav-Raphael <noam.yoravraphael@mobileye.com>
1 parent fc8459b commit a7b36b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
long_description_content_type="text/x-rst",
1414
author="Jacob Schaer",
1515
url="https://github.com/jacobschaer/python-doipclient",
16-
packages=setuptools.find_packages(),
16+
packages=['doipclient'],
1717
keywords=[
1818
"uds",
1919
"14229",

0 commit comments

Comments
 (0)