Skip to content

Commit

Permalink
Added configuration for package transform
Browse files Browse the repository at this point in the history
Signed-off-by: Maroun Touma <[email protected]>
  • Loading branch information
touma-I committed Oct 9, 2024
1 parent a1ff406 commit b95fee1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions transforms/transform.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#
# This is intended to be included across the Makefiles provided within
# a given transform's directory tree, so must use compatible syntax.
#
################################################################################
# This defines the name of the transform and is used to match against
# expected files and is used to define the transform's image name.
TRANSFORM_NAME=data-prep-kit-transforms

################################################################################
# This defines the transforms' package version number as would be used
# when publishing the wheel. In general, only the micro version
# number should be advanced relative to the DPK_VERSION.
#
# If you change the versions numbers, be sure to run "make set-versions" to
# update version numbers across the transform (e.g., pyproject.toml).
TRANSFORMS_PKG_VERSION=$(DPK_VERSION)

0 comments on commit b95fee1

Please sign in to comment.