Skip to content

Commit

Permalink
Move cli into feast package (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Zhiling authored and feast-ci-bot committed Dec 30, 2019
1 parent 9761ccb commit 3dd2144
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
],
entry_points={"console_scripts": ["feast=cli:cli"]},
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
use_scm_version={"root": "../..", "relative_to": __file__},
setup_requires=["setuptools_scm"],
)

0 comments on commit 3dd2144

Please sign in to comment.