Skip to content

Commit

Permalink
fix manifest and metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Aug 29, 2023
1 parent 35261d4 commit 74dfc16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ data:
icon: copper.svg
license: MIT
name: Copper
releaseDate: TODO
releaseStage: alpha
supportLevel: community
documentationUrl: https://docs.airbyte.com/integrations/sources/copper
Expand Down
10 changes: 2 additions & 8 deletions airbyte-integrations/connectors/source-copper/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@

from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk~=0.1",
]
MAIN_REQUIREMENTS = ["airbyte-cdk"]

TEST_REQUIREMENTS = [
"pytest~=6.2",
"pytest-mock~=3.6.1",
"connector-acceptance-test",
]
TEST_REQUIREMENTS = ["pytest~=6.2", "pytest-mock~=3.6.1"]

setup(
name="source_copper",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ definitions:
field_name: "page_size"
pagination_strategy:
type: "PageIncrement"
page_size: 50
page_size: 200
page_token_option:
type: "RequestOption"
inject_into: "request_parameter"
Expand Down

0 comments on commit 74dfc16

Please sign in to comment.