diff --git a/docs/changes/newsfragments/4382.breaking b/docs/changes/newsfragments/4382.breaking new file mode 100644 index 00000000000..08bc4c5f3d2 --- /dev/null +++ b/docs/changes/newsfragments/4382.breaking @@ -0,0 +1,4 @@ +The standard metadata as defined by pep621 has moved from setup.cfg +to pyproject.toml. This should have no user facing consequences unless +you install qcodes from source using a very old version of pip (<19) +or use unusual pip configurations.