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
Copy file name to clipboardExpand all lines: README.md
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,10 @@ Starting with version **0.3.0**, `somesy` supports Linux, MacOS and Windows.
56
56
57
57
Make sure that you use the latest version in order to avoid any problems.
58
58
59
+
! info
60
+
61
+
Poetry changed location of its project metadata with its version 2. Starting with version **0.7.0**, `somesy` supports both major versions of `poetry`, version 1 and 2.
62
+
59
63
### Installing somesy
60
64
61
65
Somesy requires Python `>=3.8`. To get a first impression, you can install the
@@ -172,7 +176,7 @@ file in the root folder of your repository:
msg="The pyproject.toml file is ambiguous, either add a [project] or [tool.poetry] section"
314
+
msg="The pyproject.toml file is ambiguous. For Poetry projects, ensure [tool.poetry] section exists. For setuptools, ensure [project] section exists without [tool.poetry]"
0 commit comments