docusign / docusign-esign-python-client

The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
MIT License
97 stars 88 forks source link

Exclude tests directory from being packaged #181

Open ebram96 opened 11 months ago

ebram96 commented 11 months ago

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.