Skip to content

Commit

Permalink
Adds MANIFEST.in (#4850)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas J. Fan <[email protected]>
  • Loading branch information
thomasjpfan authored Feb 7, 2024
1 parent a087802 commit 9a9e8a3
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions flyteidl/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
include NOTICE
include README.md
include pyproject.toml
include setup.cfg
include setup.py
include MANIFEST.in

recursive-include gen/pb_python *
global-exclude */__pycache__/*
global-exclude *.pyc

recursive-exclude _templates *
recursive-exclude boilerplate *
recursive-exclude build *
recursive-exclude clients *
recursive-exclude dist *
recursive-exclude docs *
recursive-exclude jsonschema *
recursive-exclude protos *
recursive-exclude scripts *

recursive-exclude gen/pb_rust *
recursive-exclude gen/pb-es *
recursive-exclude gen/pb-go *
recursive-exclude gen/pb-js *

exclude .golangci.yml
exclude .goreleaser.yml
exclude .readthedocs.yml
exclude .swagger-codegen-ignore
exclude CODE_OF_CONDUCT.md
exclude Makefile
exclude buf.gen.yaml
exclude buf.work.yaml
exclude conf.py
exclude doc-requirements.in
exclude doc-requirements.txt
exclude generate_mocks.sh
exclude generate_protos.sh
exclude go.mod
exclude go.sum
exclude index.rst
exclude package.json

0 comments on commit 9a9e8a3

Please sign in to comment.