Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Oct 17, 2024
1 parent 04afa8c commit 37d4cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,11 @@ def read_file(file_name, default=""):
return default

long_description = read_file("README.md", "No description available.")
version = read_file("VERSION", "0.3.0")
version_ = read_file("VERSION", "0.3.0")

setup(
name='cm4mlops',
version=version,
version=version_,
long_description=long_description,
long_description_content_type='text/markdown',
url="https://github.com/mlcommons/cm4mlops",
Expand Down

0 comments on commit 37d4cd8

Please sign in to comment.