CircleCI-Public / python-orb

Common CircleCI tasks for the Python programming language.
https://circleci.com/developer/orbs/orb/circleci/python
MIT License
13 stars 37 forks source link

(CVL-599) Update detect env scripts to account for setuptools #116

Closed sarameisburger closed 1 year ago

sarameisburger commented 1 year ago

We cannot assume that the existence of a pyproject.toml file indicates the package manager is poetry

Update detect logic to check for setuptools within the toml file and return the appropriate package manager.

sarameisburger commented 1 year ago

Closing in favor of a deeper dive into supporting setuptools