airbyte-source-commcare 0.1.29__tar.gz → 0.1.31__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: airbyte-source-commcare
3
- Version: 0.1.29
3
+ Version: 0.1.31
4
4
  Summary: Source implementation for Commcare.
5
5
  License: MIT
6
6
  Author: Airbyte
@@ -5,7 +5,7 @@ requires = [
5
5
  build-backend = "poetry.core.masonry.api"
6
6
 
7
7
  [tool.poetry]
8
- version = "0.1.29"
8
+ version = "0.1.31"
9
9
  name = "airbyte-source-commcare"
10
10
  description = "Source implementation for Commcare."
11
11
  authors = [
@@ -34,3 +34,8 @@ source-commcare = "source_commcare.run:run"
34
34
  pytest-mock = "^3.6.1"
35
35
  requests-mock = "^1.9.3"
36
36
  pytest = "^6.1"
37
+
38
+ [tool.poe]
39
+ include = [
40
+ "${POE_GIT_DIR}/poe-tasks/poetry-connector-tasks.toml",
41
+ ]