Skip to content

Commit 7a8425c

Browse files
authored
ODSC-42687. Add ads entry point to invoke ads.cli:cli (#217)
1 parent 9f589ef commit 7a8425c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

ads/ads

Lines changed: 0 additions & 2 deletions
This file was deleted.

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,9 @@ def update_extra_with_internal_packages():
170170
"Github": "https://github.com/oracle/accelerated-data-science",
171171
"Documentation": "https://accelerated-data-science.readthedocs.io/en/latest/index.html",
172172
},
173-
scripts=["ads/ads"],
173+
entry_points={
174+
'console_scripts': [
175+
'ads=ads.cli:cli'
176+
]
177+
},
174178
)

0 commit comments

Comments
 (0)