exclude CI files from crates.io

This commit is contained in:
Igor Gnatenko 2018-10-31 11:24:01 +01:00 committed by GitHub
parent 2925f10f40
commit ff45e00849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ name = "num-traits"
version = "0.2.6"
readme = "README.md"
build = "build.rs"
exclude = ["/ci/*", "/.travis.yml", "/bors.toml"]
[package.metadata.docs.rs]
features = ["std"]