summaryrefslogtreecommitdiffstats
path: root/python/jellyfish/Cargo.toml.patch
blob: f6573bb968625e891de3ab02572171ea52d6aa6b (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/Cargo.toml b/Cargo.toml
index d9ff039..f7f04ef 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,9 @@ name = "jellyfish"
 version = "1.0.0"
 edition = "2021"
 description = "Approximate and phonetic matching of strings."
+exclude = [
+  "dist/*",
+]
 authors = ["James Turk <dev@jamesturk.net>"]
 repository = "https://github.com/jamesturk/jellyfish/"
 license = "MIT"