Skip to content

Commit e2224ab

Browse files
committed
Preparing for PyPI; Readme updates
1 parent cee1e78 commit e2224ab

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
## v1.0.0 (YYYY-MM-DD)
1616

17-
- First release of `dbt-oracle` by Oracle.
17+
- First release of vendor-built adapter by Oracle.
1818
- This version supports Python 3.6, 3.7, 3.8 and 3.9

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ classifiers =
2121
# Github, PyPI and documentations urls should be added below
2222
project_urls =
2323
Source = https://github.com/oracle/dbt-oracle
24-
Tracker = https://github.com/oracle/dbt-oracle/issues
25-
Documentation = https://dbt-oracle.readthedocs.io
24+
Bug Tracker = https://github.com/oracle/dbt-oracle/issues
2625

2726
[options]
2827
python_requires = >=3.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
project_urls = {
4040
'Source': 'https://github.com/oracle/dbt-oracle',
41-
'Tracker': 'https://github.com/oracle/dbt-oracle/issues'
41+
'Bug Tracker': 'https://github.com/oracle/dbt-oracle/issues'
4242
}
4343

4444
VERSION='1.0.0'

0 commit comments

Comments
 (0)