Skip to content

Commit

Permalink
vdk-server, vdk-trino: Fix MANIFEST.in namespaces (#311)
Browse files Browse the repository at this point in the history
The two plugins' MANIFEST files were missed when amending the
namespaces. This change fixes them.

Signed-off-by: gageorgiev <[email protected]>
  • Loading branch information
gabrielgeorgiev1 authored Sep 29, 2021
1 parent 3474630 commit 1720d8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/vdk-core/plugins/vdk-server/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include src/vdk/internal/*
include src/vdk/plugin/server/*

# this only work for source distribution (setup.py sdist) and not for binary distribution (bdist)
# https://packaging.python.org/guides/using-manifest-in/
4 changes: 2 additions & 2 deletions projects/vdk-core/plugins/vdk-trino/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include src/vdk/internal/templates/load/dimension/**/*
include src/vdk/internal/templates/load/fact/**/*
include src/vdk/plugin/trino/templates/load/dimension/**/*
include src/vdk/plugin/trino/templates/load/fact/**/*

# this only work for source distribution (setup.py sdist) and not for binary distribution (bdist)
# https://packaging.python.org/guides/using-manifest-in/

0 comments on commit 1720d8b

Please sign in to comment.