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

Set poetry package-mode = false and some related clean-up #88

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

denys-chura
Copy link
Collaborator

It seems that nobody will (should?) use this skeleton for creating package, it will be used for standalone applications only. So we can set poetry mode appropriately https://python-poetry.org/docs/basic-usage/#operating-modes

@denys-chura denys-chura self-assigned this Oct 8, 2024
@@ -1,7 +1,7 @@
.ONESHELL:

install:
poetry install --with dev --no-root
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need this with package-mode = false

Comment on lines -1 to -2
[build-system]
requires = ["poetry-core", "setuptools", "pip"]
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like we can drop this for standalone application (package-mode = false), but let me know if you disagree.

@denys-chura denys-chura merged commit 87734e4 into main Oct 11, 2024
1 check passed
@denys-chura denys-chura deleted the swithc-project-poetry-to-non-package-mode branch October 11, 2024 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants