Merge pull request #283 from ignatenkobrain/patch-2

exclude CI files from crates.io
This commit is contained in:
Brandon W Maister 2018-11-26 23:20:46 -05:00 committed by GitHub
commit 8c1817d98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ keywords = ["date", "time", "calendar"]
categories = ["date-and-time"]
readme = "README.md"
license = "MIT/Apache-2.0"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml", "/Makefile"]
[badges]
travis-ci = { repository = "chronotope/chrono" }