Skip to content

Commit

Permalink
chore: Update PyPI metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 9, 2024
1 parent 2db0b7c commit 9009d33
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,5 @@ jobs:
file_glob: true
- name: Deploy to PyPI
uses: pypa/gh-action-pypi-publish@v1.10.1
with:
attestations: true
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[tool.poetry]
name = "meltanolabs-tap-postgres"
version = "0.0.0"
description = "`tap-postgres` is a Singer tap for Postgres, built with the Meltano SDK for Singer Targets."
description = "Singer tap for Postgres, built with the Meltano SDK for Singer Targets."
authors = ["Meltano Team and Contributors <hello@meltano.com>"]
maintainers = ["Meltano Team and Contributors <hello@meltano.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://meltano.com"
repository = "https://github.com/meltanolabs/tap-postgres"
documentation = "https://github.com/meltanolabs/tap-postgres/blob/main/README.md"
keywords = [
"Postgres",
"Singer",
Expand Down

0 comments on commit 9009d33

Please sign in to comment.