do not exclude LICENSE.md (#220)

MIT license requires that it is shipped with sources. So crates.io archive should have it as well.
This commit is contained in:
Igor Gnatenko 2017-11-13 23:23:33 +01:00 committed by Ty Overby
parent 1cc66df1d5
commit 98ba22c5fe
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "bincode"
version = "0.9.2"
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org", "LICENSE.md"]
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]
# renamed `read_types` to `read`
publish = false