We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9761ccb commit 3dd2144Copy full SHA for 3dd2144
sdk/python/cli.py sdk/python/feast/cli.pysdk/python/cli.py renamed to sdk/python/feast/cli.py
sdk/python/setup.py
@@ -75,7 +75,7 @@
75
"Programming Language :: Python :: 3",
76
"Programming Language :: Python :: 3.6",
77
],
78
- entry_points={"console_scripts": ["feast=cli:cli"]},
+ entry_points={"console_scripts": ["feast=feast.cli:cli"]},
79
use_scm_version={"root": "../..", "relative_to": __file__},
80
setup_requires=["setuptools_scm"],
81
)
0 commit comments