You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migrating from setup.py to pyproject.toml, the buisciii-tools have to be run using bu_isciii instead of bu-isciii, as it was done so far. Considering this, we are going to migrate definitely to buisciii. Therefore, you have to do the following changes in the code:
You have to update __init__.py, you have to replace bu_isciii by buisciii-tools:
After migrating from
setup.py
topyproject.toml
, the buisciii-tools have to be run usingbu_isciii
instead ofbu-isciii
, as it was done so far. Considering this, we are going to migrate definitely tobuisciii
. Therefore, you have to do the following changes in the code:__init__.py
, you have to replacebu_isciii
bybuisciii-tools
:buisciii-tools/bu_isciii/__init__.py
Line 7 in 9d921dc
bu_isciii
bybuisciii
inpyproject.toml
, right at the beginning of the line:buisciii-tools/pyproject.toml
Line 62 in 9d921dc
The text was updated successfully, but these errors were encountered: