Skip to content

Commit

Permalink
add pkg name and enforce python version
Browse files Browse the repository at this point in the history
  • Loading branch information
shehrozek-cerebras committed May 3, 2024
1 parent a1b4a79 commit e5c2f31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
]

setup(
name="bigcode_eval",
python_requires='>=3.8',
description="A framework for the evaluation of autoregressive code generation language models.",
long_description=readme,
license="Apache 2.0",
Expand Down

0 comments on commit e5c2f31

Please sign in to comment.