Skip to content

Conversation

tcharding
Copy link
Member

Do a few quick clean ups to the manifest. Nothing material in here.

`homepage` is meaningless if it just points to the repo.

And from the docs:

A value should only be set for homepage if there is a dedicated
website for the crate other than the source repository or API
documentation. Do not make homepage redundant with either the
documentation or repository values.
Add `exclude` to `package` section so the `tests` and `contrib`
directories do not get packaged up and sent to crates.io.
As we do in `rust-bitcoin` put the `package.metadata` config down
belov `dev-dependencies`. Justification is that its not that
meaningful so throw it down out the way.
Copy link
Member

@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 95d21cd; successfully ran local tests

@apoelstra apoelstra merged commit 155c7c1 into rust-bitcoin:master Sep 19, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants