diff --git a/.github/workflows/release_workflow.yml b/.github/workflows/release_workflow.yml new file mode 100644 index 0000000..e69de29 diff --git a/pyproject.toml b/pyproject.toml index 2734edf..429a112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] +maintainers = ["Meltano Team and Contributors "] +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"