Browse Source

MINOR: Update system test MANIFEST.in

ewencp
Some *.properties files were missing from `kafkatest` package. This update makes `kafkatest` services once again useable by external dependencies

I've tested this change on aws with confluent system tests

Author: Geoff Anderson <geoff@confluent.io>

Reviewers: Ewen Cheslack-Postava

Closes #385 from granders/minor-update-test-manifest
pull/390/merge
Geoff Anderson 9 years ago committed by Guozhang Wang
parent
commit
622730905d
  1. 2
      tests/MANIFEST.in

2
tests/MANIFEST.in

@ -13,4 +13,4 @@ @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
recursive-include kafkatest/services/templates *.properties
recursive-include kafkatest */templates/*

Loading…
Cancel
Save