sourmash-bio / sourmash_plugin_branchwater

fast, multithreaded sourmash operations: search, compare, and gather.
GNU Affero General Public License v3.0
15 stars 2 forks source link

`maturin sdist` is including lots of files from my development directory #226

Open ctb opened 6 months ago

ctb commented 6 months ago

!?!?!

ctb commented 6 months ago
% git clone git@github.com:sourmash-bio/sourmash_plugin_branchwater.git    
Cloning into 'sourmash_plugin_branchwater'...
remote: Enumerating objects: 1702, done.
remote: Counting objects: 100% (712/712), done.
remote: Compressing objects: 100% (347/347), done.
remote: Total 1702 (delta 576), reused 384 (delta 365), pack-reused 990
Receiving objects: 100% (1702/1702), 1.00 MiB | 2.86 MiB/s, done.
Resolving deltas: 100% (1064/1064), done.
% cd sourmash_plugin_branchwater
% touch a-file.zip
% python -m maturin sdist 
� Including license file "/Users/t/dev/sourmash_plugin_branchwater/LICENSE.txt"
� Building a mixed python/rust project
� Found pyo3 bindings
� Found CPython 3.11 at /Users/t/miniforge3/envs/py311/bin/python3
� Built source distribution to /Users/t/dev/sourmash_plugin_branchwater/target/wheels/sourmash_plugin_branchwater-0.9.0.tar.gz
% tar tzvf target/wheels/sourmash_plugin_branchwater-0.9.0.tar.gz | grep a-file.zip
-rw-r--r--  0 502    20          0 Feb 19 08:48 sourmash_plugin_branchwater-0.9.0/a-file.zip