Skip to content

Commit e564418

Browse files
committed
add python_distribution for building st2 component wheel/sdist with pants
1 parent cd8bb4c commit e564418

8 files changed

Lines changed: 24 additions & 0 deletions

File tree

st2actions/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2actions",
3+
)

st2api/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2api",
3+
)

st2auth/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2auth",
3+
)

st2client/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2client",
3+
)

st2common/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2common",
3+
)

st2reactor/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2reactor",
3+
)

st2stream/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2stream",
3+
)

st2tests/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
st2_component_python_distribution(
2+
component_name="st2tests",
3+
)

0 commit comments

Comments
 (0)