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 9f589ef commit 7a8425cCopy full SHA for 7a8425c
ads/ads
setup.py
@@ -170,5 +170,9 @@ def update_extra_with_internal_packages():
170
"Github": "https://github.com/oracle/accelerated-data-science",
171
"Documentation": "https://accelerated-data-science.readthedocs.io/en/latest/index.html",
172
},
173
- scripts=["ads/ads"],
+ entry_points={
174
+ 'console_scripts': [
175
+ 'ads=ads.cli:cli'
176
+ ]
177
+ },
178
)
0 commit comments