Skip to content

Commit

Permalink
Modified Poetry config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
thkwag committed Jul 18, 2023
1 parent b4ec218 commit a6fd724
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
[tool.poetry]
name = "target-mysql"
version = "0.0.1"
name = "thk-target-mysql"
version = "0.1.1"
description = "`target-mysql` is a Singer target for MySQL, built with the Meltano Singer SDK."
authors = ["Taehwan Kwag <[email protected]>"]
keywords = [
"ELT",
"MySQL",
"Singer",
"Meltano"
]
license = "Apache 2.0"
packages = [
{ include = "target_mysql" }
]
readme = ["README.md"]
repository = "https://github.com/thkwag/target-mysql"

[tool.poetry.dependencies]
python = "<=3.11.4,>=3.8.1"
Expand All @@ -32,7 +39,7 @@ multi_line_output = 3 # Vertical Hanging Indent
src_paths = "target_mysql"

[build-system]
requires = ["poetry-core>=1.0.8"]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
Expand Down

0 comments on commit a6fd724

Please sign in to comment.