We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f1914 commit 8937e24Copy full SHA for 8937e24
docs/repositories.md
@@ -119,6 +119,18 @@ when publishing a package.
119
120
{{% /note %}}
121
122
+{{% warning %}}
123
+
124
+Package sources are a Poetry-specific feature and **not** included in
125
+[core metadata](https://packaging.python.org/en/latest/specifications/core-metadata/) produced by
126
+the Poetry build backend.
127
128
+Consequently, when a Poetry project is e.g. installed using Pip (as a normal package or in editable
129
+mode), package sources will be ignored and the dependencies in question downloaded from PyPI by
130
+default.
131
132
+{{% /warning %}}
133
134
### Project Configuration
135
136
These package sources may be managed using the [`source`]({{< relref "cli#source" >}}) command for
0 commit comments