This PR updates .legacy_setup.py in order to work with the new changes made to the library. Specific changes were documented under the commit message.
When updating versions, make sure to update the one set in pyproject.toml as well as the one set in the legacy setup script, and everything else should be fine; Procursus doesn't use poetry unfortunately, so this is a required patch in order for that to continue building.
This PR updates
.legacy_setup.py
in order to work with the new changes made to the library. Specific changes were documented under the commit message.When updating versions, make sure to update the one set in
pyproject.toml
as well as the one set in the legacy setup script, and everything else should be fine; Procursus doesn't use poetry unfortunately, so this is a required patch in order for that to continue building.