Skip to content

Commit 46e7eeb

Browse files
committed
add project links
1 parent 02aba79 commit 46e7eeb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,10 @@ def run(self):
8585
"Programming Language :: Python :: 3.10",
8686
"Programming Language :: Python :: 3.11",
8787
],
88+
project_urls={
89+
"Setup & configuration": "https://docs.getdbt.com/reference/warehouse-profiles/mssql-profile", # noqa: E501
90+
"Documentation & usage": "https://docs.getdbt.com/reference/resource-configs/mssql-configs", # noqa: E501
91+
"Changelog": "https://github.com/dbt-msft/dbt-sqlserver/blob/master/CHANGELOG.md", # noqa: E501
92+
"Issue Tracker": "https://github.com/dbt-msft/dbt-sqlserver/issues", # noqa: E501
93+
},
8894
)

0 commit comments

Comments
 (0)