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

Introduce non-package-mode #661

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Conversation

radoering
Copy link
Member

@radoering radoering commented Nov 11, 2023

Precondition for python-poetry/poetry#8650

  • Added tests for changed code.
  • Updated documentation for changed code.
  • add a new attribute mode package-mode in tool.poetry
  • mode can be either package (default) or non-package
  • package-mode can be either true (default) or false
  • in non-package mode metadata like name and version is not required
  • building is not possible in non-package mode

- add a new attribute `mode` in `tool.poetry`
- `mode` can be either `package` (default) or `non-package`
- in non-package mode metadata like `name` and `version` is not required
- building is not possible in non-package mode
Copy link

sonarcloud bot commented Dec 18, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@radoering radoering requested a review from a team December 18, 2023 05:11
@radoering radoering merged commit 0199fb2 into python-poetry:main Dec 20, 2023
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants