Skip to content

Commit 3dd2144

Browse files
Chen Zhilingfeast-ci-bot
authored andcommitted
Move cli into feast package (feast-dev#398)
1 parent 9761ccb commit 3dd2144

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"Programming Language :: Python :: 3",
7676
"Programming Language :: Python :: 3.6",
7777
],
78-
entry_points={"console_scripts": ["feast=cli:cli"]},
78+
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
7979
use_scm_version={"root": "../..", "relative_to": __file__},
8080
setup_requires=["setuptools_scm"],
8181
)

0 commit comments

Comments
 (0)