Skip to content

Commit

Permalink
Don't add the tests/ package to the distribution (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: Noam Yorav-Raphael <[email protected]>
  • Loading branch information
noamraph and Noam Yorav-Raphael authored Sep 4, 2024
1 parent fc8459b commit a7b36b1
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 @@ -13,7 +13,7 @@
long_description_content_type="text/x-rst",
author="Jacob Schaer",
url="https://github.com/jacobschaer/python-doipclient",
packages=setuptools.find_packages(),
packages=['doipclient'],
keywords=[
"uds",
"14229",
Expand Down

0 comments on commit a7b36b1

Please sign in to comment.