docusign-esign-python-client
docusign-esign-python-client copied to clipboard
Exclude tests directory from being packaged
The tests directory was being packaged and installed with the library.
You can verify it by installing directly using pip install docusign-esign. It'll install the 'test' directory in site-packages.
This PR fixes that.