Skip to content

Commit

Permalink
macros: symlink license texts
Browse files Browse the repository at this point in the history
The license files need to be included for distribution, but since
divan and divan-macros share a repository they only end up published
with the main `divan` crate.

```
divan/macros on  add-license [+] is 📦 v0.1.14 via 🦀 v1.76.0
⬢ [fedora:39] ❯ cargo package --no-verify --allow-dirty
   Packaging divan-macros v0.1.14 (/home/michel/src/github/nvzqz/divan/macros)
    Packaged 7 files, 52.5KiB (14.7KiB compressed)

divan/macros on  add-license [+] is 📦 v0.1.14 via 🦀 v1.76.0
⬢ [fedora:39] ❯ tar tf ../target/package/divan-macros-0.1.14.crate | grep LICENSE
divan-macros-0.1.14/LICENSE-APACHE
divan-macros-0.1.14/LICENSE-MIT
```

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
  • Loading branch information
michel-slm authored and nvzqz committed May 25, 2024
1 parent 9ae8153 commit b93465a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions macros/LICENSE-APACHE
1 change: 1 addition & 0 deletions macros/LICENSE-MIT

0 comments on commit b93465a

Please sign in to comment.