-
Notifications
You must be signed in to change notification settings - Fork 37
Removing setup-poetry.sh #140
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is anyone making use of this script? @qctrl/devops-engineering aren't using it so it can be deleted if no one else is
|
@cfarrend I think the only reason why this script still exists is because it is mentioned in the README as part of the installation instructions (https://github.com/qctrl/python-open-controls#from-source). That said, I'd be happy to just update the README and delete the script |
|
This script may have been created when Poetry was still in its infancy. I think referring to the official installation instructions will be more useful https://python-poetry.org/docs/#installation as it contains instructions Linux, OSX and Windows So yeah I'd say removing the script and suggesting the official install docs may be better for collaborators |
|
Sounds good, I've removed the file and removed any mentions of it from the documentation. |
* Removing setup-poetry.sh . * Updating documentation to not mention setup-poetry.sh as the method to install poetry. Co-authored-by: Q-CTRL DevOps <devops@q-ctrl.com>
Currently the
poetry-setup.pyscript only detects an installation of poetry if it is in version 0.12.x. However, poetry has been in version 1.x for a while now. This pull request updates the script accordingly.