Skip to content

Commit 9dc8b40

Browse files
author
Felix Van der Jeugt
committed
exclude examples from crates.io publish
1 parent 5d5980f commit 9dc8b40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frag_gene_scan_rs"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Felix Van der Jeugt <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later"
@@ -9,6 +9,7 @@ repository = "https://github.com/unipept/FragGeneScanRs"
99
readme = "README.md"
1010
keywords = ["dna", "protein", "gene"]
1111
categories = ["command-line-utilities", "science"]
12+
exclude = ["example/*"]
1213

1314
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1415

0 commit comments

Comments
 (0)