Skip to content

Commit

Permalink
SAASMLOPS-910 fix the scm_version
Browse files Browse the repository at this point in the history
  • Loading branch information
brijesh-vora-sp committed Jan 30, 2024
1 parent e11965b commit 59825b3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 31 deletions.
29 changes: 0 additions & 29 deletions Dockerfile

This file was deleted.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = ["setuptools>=60", "wheel", "setuptools_scm>=6.2", "grpcio", "grpcio-tools>=1.47.0", "mypy-protobuf==3.1", "sphinx!=4.0.0"]
build-backend = "setuptools.build_meta"

# [tool.setuptools_scm]
# Including this section is comparable to supplying use_scm_version=True in setup.py.

[tool.black]
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def run(self):
"Programming Language :: Python :: 3.7",
],
entry_points={"console_scripts": ["feast=feast.cli:cli"]},
# use_scm_version=use_scm_version,
setup_requires=[
"setuptools_scm",
"grpcio>=1.56.2,<2",
Expand Down

0 comments on commit 59825b3

Please sign in to comment.