diff options
author | John Turner <jturner.usa@gmail.com> | 2025-09-20 17:19:21 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-09-20 17:19:21 -0400 |
commit | 78e3909ca43b7eb6e1ed08edbdae78a6d582fcde (patch) | |
tree | 9a73aab0bd6885daa58f440e3c10249575c0612a /meson.build | |
parent | 2059bf30cf7b3e23c07f9d63f28faafb5acf583d (diff) | |
download | pypaste-78e3909ca43b7eb6e1ed08edbdae78a6d582fcde.tar.gz |
remove wordlist from repo
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index d5c234c..2e656b4 100644 --- a/meson.build +++ b/meson.build @@ -42,11 +42,6 @@ python = import('python').find_installation( python.install_sources(sources, preserve_path: true) -install_data( - 'eff_large_wordlist.txt', - install_dir: get_option('datadir') / 'dict', -) - subdir('tests') # Local Variables: |