From 5f7497877877ee51759e9be34bcf17c6b8fc474b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 31 Oct 2018 12:11:46 +0100 Subject: [PATCH] exclude CI files from crates.io --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 96936a8..71fac86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }