Skip to content

Commit

Permalink
Fix V2 AWSLambda not being included in the pantsbuild.pants wheel (p…
Browse files Browse the repository at this point in the history
Eric-Arellano authored Mar 7, 2020
1 parent 6d03fb0 commit 86f7173
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions src/python/pants/backend/awslambda/python/BUILD
Original file line number Diff line number Diff line change
@@ -37,15 +37,3 @@ python_tests(
],
tags = {'partially_type_checked'},
)

pants_plugin(
name='plugin',
dependencies=[
':python',
],
tags = {"type_checked"},
distribution_name='pantsbuild.pants.awslambda.python',
description='Pants plugin for creating deployable AWS Lambdas out of python code.',
build_file_aliases=True,
register_goals=True,
)
1 change: 1 addition & 0 deletions src/python/pants/init/BUILD
Original file line number Diff line number Diff line change
@@ -45,6 +45,7 @@ python_library(
target(
name='plugins',
dependencies=[
'src/python/pants/backend/awslambda/python',
'src/python/pants/backend/codegen:plugin',
'src/python/pants/backend/docgen:plugin',
'src/python/pants/backend/graph_info:plugin',

0 comments on commit 86f7173

Please sign in to comment.