Skip to content

Commit d769f65

Browse files
chore: Rename package to meltanolabs-tap-github (#343)
1 parent ca720b8 commit d769f65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pyproject.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "tap-github"
2+
name = "meltanolabs-tap-github"
33
version = "1.10.0"
44
description = "Singer tap for GitHub, built with the Singer SDK."
55
authors = ["Meltano and Meltano Community <[email protected]>"]
@@ -24,6 +24,9 @@ classifiers = [
2424
"Programming Language :: Python :: Implementation :: CPython",
2525
"Typing :: Typed",
2626
]
27+
packages = [
28+
{ include = "tap_github", format = ["sdist", "wheel"] }
29+
]
2730

2831
[tool.poetry.urls]
2932
"Issue Tracker" = "https://github.com/MeltanoLabs/tap-github/issues"

tap_github/tap.py

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class TapGitHub(Tap):
1616
"""GitHub tap class."""
1717

1818
name = "tap-github"
19+
package_name = "meltanolabs-tap-github"
1920

2021
@classproperty
2122
def logger(cls) -> logging.Logger:

0 commit comments

Comments
 (0)