Skip to content

Commit

Permalink
Include tests in package
Browse files Browse the repository at this point in the history
It's needed for distro packaging in order to
run the test suite during the build. With that,
we can ensure the software is running properly
on the distribution.
  • Loading branch information
jcapiitao authored and lnoor committed Feb 9, 2023
1 parent 29594f0 commit 07e17a0
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 @@ -14,7 +14,7 @@ def read(fname):
'library that, among other things, supports JSON-RPC and zmq.',
long_description=read('README.rst'),
long_description_content_type="text/x-rst",
packages=find_packages(exclude=['tests', 'examples']),
packages=find_packages(exclude=['examples']),
keywords='json rpc json-rpc jsonrpc 0mq zmq zeromq',
author='Marc Brinkmann',
author_email='[email protected]',
Expand Down

0 comments on commit 07e17a0

Please sign in to comment.