Skip to content

Missing queries from Python sdist #131

@fzakaria

Description

@fzakaria

Here is the latest sdist

❯ curl https://files.pythonhosted.org/packages/04/06/ad1c53c79da15bef85939aa022d72301e12a9773e9bb9a5e6a6f65b7753a/tree_sitter_html-0.23.2.tar.gz | tar tzf -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 13977  100 13977    0     0   138k      0 --:--:-- --:--:-- --:--:--  139k
tree_sitter_html-0.23.2/
tree_sitter_html-0.23.2/LICENSE
tree_sitter_html-0.23.2/PKG-INFO
tree_sitter_html-0.23.2/README.md
tree_sitter_html-0.23.2/bindings/
tree_sitter_html-0.23.2/bindings/python/
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html/
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html/__init__.py
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html/__init__.pyi
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html/binding.c
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html/py.typed
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/PKG-INFO
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/SOURCES.txt
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/dependency_links.txt
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/not-zip-safe
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/requires.txt
tree_sitter_html-0.23.2/bindings/python/tree_sitter_html.egg-info/top_level.txt
tree_sitter_html-0.23.2/pyproject.toml
tree_sitter_html-0.23.2/setup.cfg
tree_sitter_html-0.23.2/setup.py
tree_sitter_html-0.23.2/src/
tree_sitter_html-0.23.2/src/parser.c
tree_sitter_html-0.23.2/src/scanner.c

Here is the bdist for the same version

❯ unzip -l /tmp/tree-sitter-html.whl 
Archive:  /tmp/tree-sitter-html.whl
  Length      Date    Time    Name
---------  ---------- -----   ----
      843  11-11-2024 05:55   tree_sitter_html/__init__.py
      115  11-11-2024 05:55   tree_sitter_html/__init__.pyi
    28672  11-11-2024 05:56   tree_sitter_html/_binding.pyd
      679  11-11-2024 05:55   tree_sitter_html/binding.c
        0  11-11-2024 05:55   tree_sitter_html/py.typed
      197  11-11-2024 05:55   tree_sitter_html/queries/highlights.scm
      177  11-11-2024 05:55   tree_sitter_html/queries/injections.scm
     1080  11-11-2024 05:56   tree_sitter_html-0.23.2.dist-info/LICENSE
     1823  11-11-2024 05:56   tree_sitter_html-0.23.2.dist-info/METADATA
       99  11-11-2024 05:56   tree_sitter_html-0.23.2.dist-info/WHEEL
       26  11-11-2024 05:56   tree_sitter_html-0.23.2.dist-info/top_level.txt
     1043  11-11-2024 05:56   tree_sitter_html-0.23.2.dist-info/RECORD
---------                     -------
    34754                     12 files

The scm files are not getting picked up in the source distribution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions