Skip to content

Commit 8daafb2

Browse files
committed
Include LICENSE in published crate
Resolves #3
1 parent 9cbb09b commit 8daafb2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unicode-linebreak"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Axel Forsman <axelsfor@gmail.com>"]
55
description = "Implementation of the Unicode Line Breaking Algorithm"
66
homepage = "https://github.com/axelf4/unicode-linebreak"
@@ -9,11 +9,8 @@ readme = "README.md"
99
keywords = ["unicode", "text", "layout"]
1010
categories = ["internationalization"]
1111
license = "Apache-2.0"
12-
include = ["src/**/*", "build.rs", "LineBreak.txt"]
12+
include = ["src/**/*", "build.rs", "LineBreak.txt", "LICENSE"]
1313
edition = "2018"
1414

1515
[build-dependencies]
1616
regex = "1"
17-
18-
[badges]
19-
travis-ci = { repository = "axelf4/unicode-linebreak" }

0 commit comments

Comments
 (0)