Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace bu_isciii by buisciii where necessary #400

Open
victor5lm opened this issue Jan 9, 2025 · 0 comments
Open

Replace bu_isciii by buisciii where necessary #400

victor5lm opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@victor5lm
Copy link
Contributor

victor5lm commented Jan 9, 2025

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:

  1. You have to update __init__.py, you have to replace bu_isciii by buisciii-tools:
    __version__ = pkg_resources.get_distribution("bu_isciii").version
  2. You have to replace the variable bu_isciii by buisciii in pyproject.toml, right at the beginning of the line:
    bu_isciii = "bu_isciii.__main__:run_bu_isciii"
@victor5lm victor5lm self-assigned this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant