Skip to content

Commit 7c1eb3a

Browse files
committed
Added Documentation in project_urls
1 parent 0417571 commit 7c1eb3a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers =
2020
# Map or URL names to links
2121
# Github, PyPI and documentations urls should be added below
2222
project_urls =
23+
Documentation = https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile
2324
Source = https://github.com/oracle/dbt-oracle
2425
Bug Tracker = https://github.com/oracle/dbt-oracle/issues
2526

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
]
3636

3737
project_urls = {
38+
'Documentation': 'https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile',
3839
'Source': 'https://github.com/oracle/dbt-oracle',
3940
'Bug Tracker': 'https://github.com/oracle/dbt-oracle/issues'
4041
}

0 commit comments

Comments
 (0)