We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c90e845 commit 0384f5fCopy full SHA for 0384f5f
MANIFEST.in
@@ -3,4 +3,6 @@ prune ui
3
prune java/
4
prune docs
5
prune infra
6
-prune examples
+prune examples
7
+
8
+graft sdk/python/feast/ui/build
sdk/python/MANIFEST.in
setup.py
@@ -481,15 +481,6 @@ def copy_extensions_to_source(self):
481
"mypy-protobuf==3.1",
482
"sphinx!=4.0.0",
483
],
484
- package_data={
485
- "": [
486
- "sdk/python/**/*.proto",
487
- "sdk/python/**/*.py",
488
- "protos/**/*.proto",
489
- "sdk/python/ui/build/*",
490
- "sdk/python/ui/build/**/*",
491
- ],
492
- },
493
cmdclass={
494
"build_python_protos": BuildPythonProtosCommand,
495
"build_go_protos": BuildGoProtosCommand,
0 commit comments