Skip to content

Commit

Permalink
Release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
visch committed Feb 22, 2024
1 parent 7faa8ac commit 2844e1b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
Empty file.
30 changes: 25 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
[tool.poetry]
name = "tap-mysql"
version = "0.0.1"
name = "meltanolabs-tap-mysql"
version = "0.0.0"
description = "`tap-mysql` is a Singer tap for mysql, built with the Meltano Singer SDK."
authors = ["Meltano Team and Contributors <[email protected]>"]
maintainers = ["Meltano Team and Contributors <[email protected]>"]
license = "MIT"
readme = "README.md"
authors = ["AutoIDM"]
homepage = "https://meltano.com"
repository = "https://github.com/meltanolabs/target-postgres"
keywords = [
"Postgres",
"Singer",
"ELT",
"mysql",
"Meltano",
"Meltano SDK",
]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython",
]
packages = [
{ include = "target_postgres" }
]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = ">=3.8"
Expand Down

0 comments on commit 2844e1b

Please sign in to comment.