smartystreets / smartystreets-python-sdk

The official client libraries for accessing SmartyStreets APIs from Python 2.7 and 3.5
https://smartystreets.com/docs/sdk/python
Apache License 2.0
28 stars 30 forks source link

Update setup.cfg #58

Closed amTwentyTwenty closed 1 month ago

amTwentyTwenty commented 1 month ago

Changed "description-file" to "description_file", since Python 3.10.14 is creating the following error while running "!pip install smartystreets_python_sdk" in AWS SageMaker Jupyter notebook:

Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead.

Please make sure this change is made asap. Thank you.