We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02aba79 commit 46e7eebCopy full SHA for 46e7eeb
setup.py
@@ -85,4 +85,10 @@ def run(self):
85
"Programming Language :: Python :: 3.10",
86
"Programming Language :: Python :: 3.11",
87
],
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
+ },
94
)
0 commit comments