Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-tricot committed Aug 3, 2023
1 parent ce1bc24 commit 8c9c423
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 31 deletions.
1 change: 1 addition & 0 deletions airbyte-integrations/connectors/source-pokeapi/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist

This file was deleted.

12 changes: 8 additions & 4 deletions airbyte-integrations/connectors/source-pokeapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[tool.poetry]
name = "airbyte-source-pokeapi"
name = "source-pokeapi"
version = "0.1.0"
description = ""
authors = ["Michel Tricot <michel@airbyte.io>"]
description = "Source implementation for Pokeapi."
authors = ["Airbyte <contact@airbyte.io>"]
include = [
{ path = "src/*/*.json"},
{ path = "src/*/schemas/*.json"},
{ path = "schemas/shared/*.json"}
]

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
Expand All @@ -13,7 +18,6 @@ black = "^22.12.0"
ruff = "^0.0.280"
mypy = "^1.4.1"


[tool.poetry.group.dev.dependencies]
pytest = "~6"
connector-acceptance-test = {path = "../../bases/connector-acceptance-test", develop = true}
Expand Down

This file was deleted.

23 changes: 0 additions & 23 deletions airbyte-integrations/connectors/source-pokeapi/setup.py

This file was deleted.

Empty file.

0 comments on commit 8c9c423

Please sign in to comment.