Skip to content

[BUG] latest published versions contain bogus LICENSE files #649

Open
@decathorpe

Description

@decathorpe

Describe the bug

This is a followup for #392 and #477.

It looks like you cargo publish was run for v0.3.7 on a system that does not support symbolic links - the LICENSE files contain just the string ../LICENSE and not the actual license text.

If you are going to be publishing from Windows again, symbolic links will not be enough to include the license files, but actual copies of the files will be necessary to have cargo pick them up correctly.

To Reproduce

Download plotters-* crates from crates.io and inspect them. The LICENSE files contain just the string ../LICENSE instead of the license text.

Version Information

  • plotters v0.3.7
  • plotters-backend v0.3.7
  • plotters-bitmap v0.3.7
  • plotters-svg v0.3.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions