Skip to content

Commit 0384f5f

Browse files
authored
fix: Include the ui/build directory, and remove package data (#2681)
Signed-off-by: Achal Shah <[email protected]>
1 parent c90e845 commit 0384f5f

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ prune ui
33
prune java/
44
prune docs
55
prune infra
6-
prune examples
6+
prune examples
7+
8+
graft sdk/python/feast/ui/build

sdk/python/MANIFEST.in

Lines changed: 0 additions & 4 deletions
This file was deleted.

setup.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -481,15 +481,6 @@ def copy_extensions_to_source(self):
481481
"mypy-protobuf==3.1",
482482
"sphinx!=4.0.0",
483483
],
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-
},
493484
cmdclass={
494485
"build_python_protos": BuildPythonProtosCommand,
495486
"build_go_protos": BuildGoProtosCommand,

0 commit comments

Comments
 (0)