You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

invalid-pkg-manifest.rst 405B

123456789
  1. Error: Invalid package manifest
  2. ###############################
  3. Every ``dds`` package must contain a valid package manifest, which is stored in
  4. JSON5 format in ``package.json5`` (or similarly named file).
  5. The contents of this file must follow a prescribed content, or ``dds`` will
  6. reject the manifest. Refer to the :ref:`pkgs.pkgs` documentation page for more
  7. information about how to declare packages.