smartsheet / smartsheet-python-sdk

Library that uses Python to connect to Smartsheet services (using API 2.0).
Apache License 2.0
45 stars 22 forks source link

Migrate from `setup.py` to `pyproject.toml` #30

Open fleighton opened 1 year ago

fleighton commented 1 year ago

Running setup.py directly is considered deprecated, so we should move to using a pyproject.toml file to define the package setup.

See: