forked from snowflakedb/snowflake-connector-python
-
Notifications
You must be signed in to change notification settings - Fork 1
/
MANIFEST.in
29 lines (26 loc) · 926 Bytes
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
include *.md
include *.rst
include LICENSE.txt
include NOTICE
include pyproject.toml
include src/snowflake/connector/nanoarrow_cpp/ArrowIterator/LICENSE.txt
recursive-include src/snowflake/connector py.typed *.py *.pyx
recursive-include src/snowflake/connector/vendored LICENSE*
recursive-include src/snowflake/connector/nanoarrow_cpp *.cpp *.hpp
recursive-include src/snowflake/connector/nanoarrow_cpp *.c *.h
exclude src/snowflake/connector/nanoarrow_cpp/ArrowIterator/nanoarrow_arrow_iterator.cpp
exclude src/snowflake/connector/nanoarrow_cpp/scripts/.clang-format
exclude src/snowflake/connector/nanoarrow_cpp/scripts/format.sh
exclude .git-blame-ignore-revs
exclude .pre-commit-config.yaml
exclude license_header.txt
exclude tox.ini
exclude mypy.ini
exclude .clang-format
prune ci
prune benchmark
prune test
prune tested_requirements
prune src/snowflake/connector/nanoarrow_cpp/scripts
prune __pycache__
prune samples