Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: Include the ui/build directory, and remove package data
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals committed May 13, 2022
commit f894bdceb11814aa771b078f09033242695bd5f3
4 changes: 3 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ prune ui
prune java/
prune docs
prune infra
prune examples
prune examples

graft sdk/python/feast/ui/build
4 changes: 0 additions & 4 deletions sdk/python/MANIFEST.in

This file was deleted.

9 changes: 0 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,15 +481,6 @@ def copy_extensions_to_source(self):
"mypy-protobuf==3.1",
"sphinx!=4.0.0",
],
package_data={
"": [
"sdk/python/**/*.proto",
"sdk/python/**/*.py",
"protos/**/*.proto",
"sdk/python/ui/build/*",
"sdk/python/ui/build/**/*",
],
},
cmdclass={
"build_python_protos": BuildPythonProtosCommand,
"build_go_protos": BuildGoProtosCommand,
Expand Down