Skip to content

Commit f21ccca

Browse files
committed
Only include files that are necessary for crates.io
1 parent 8ff477f commit f21ccca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description = "An n-dimensional array for general elements and for numerics. Lig
1919
keywords = ["array", "data-structure", "multidimensional", "matrix", "blas"]
2020
categories = ["data-structures", "science"]
2121

22-
exclude = ["docgen/images/*"]
22+
include = ["src", "LICENSE-MIT", "LICENSE-APACHE", "RELEASES.md", "README.rst", "README-quick-start.md"]
2323
resolver = "2"
2424

2525
[lib]

0 commit comments

Comments
 (0)