-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add PyPI project links (#191)
- Loading branch information
1 parent
d4ea2c3
commit 61a2d3e
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ authors = [ | |
"Fran Lozano <[email protected]>", | ||
] | ||
maintainers = [ | ||
"Fran Lozano <[email protected]>", | ||
"Meltano Team <[email protected]>", | ||
] | ||
keywords = [ | ||
|
@@ -26,6 +25,9 @@ packages = [ | |
{ include = "tap_circle_ci" }, | ||
] | ||
readme = "README.md" | ||
homepage = "https://github.com/MeltanoLabs/tap-circle-ci" | ||
repository = "https://github.com/MeltanoLabs/tap-circle-ci" | ||
documentation = "https://github.com/MeltanoLabs/tap-circle-ci/blob/main/README.md" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.8" | ||
|