Skip to content

Commit

Permalink
chore: Rename package to meltanolabs-tap-github (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Jan 7, 2025
1 parent ca720b8 commit d769f65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.poetry]
name = "tap-github"
name = "meltanolabs-tap-github"
version = "1.10.0"
description = "Singer tap for GitHub, built with the Singer SDK."
authors = ["Meltano and Meltano Community <[email protected]>"]
Expand All @@ -24,6 +24,9 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Typing :: Typed",
]
packages = [
{ include = "tap_github", format = ["sdist", "wheel"] }
]

[tool.poetry.urls]
"Issue Tracker" = "https://github.com/MeltanoLabs/tap-github/issues"
Expand Down
1 change: 1 addition & 0 deletions tap_github/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class TapGitHub(Tap):
"""GitHub tap class."""

name = "tap-github"
package_name = "meltanolabs-tap-github"

@classproperty
def logger(cls) -> logging.Logger:
Expand Down

0 comments on commit d769f65

Please sign in to comment.