Open ebram96 opened 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.
pip install docusign-esign
This PR fixes that.
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.