Skip to content

Commit

Permalink
fix: Include the ui/build directory, and remove package data (#2681)
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <achals@gmail.com>
  • Loading branch information
achals authored May 13, 2022
1 parent c90e845 commit 0384f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
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

0 comments on commit 0384f5f

Please sign in to comment.