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 bfc7569 commit b3864ab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,12 @@ def get_sys_platform(self):

with open("README.md", "r") as f:
long_description = f.read()
with open("VERSION", "r") as f:
version = f.read()

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

0 comments on commit b3864ab

Please sign in to comment.