Skip to content

Commit e5c2f31

Browse files
add pkg name and enforce python version
1 parent a1b4a79 commit e5c2f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
]
2929

3030
setup(
31+
name="bigcode_eval",
32+
python_requires='>=3.8',
3133
description="A framework for the evaluation of autoregressive code generation language models.",
3234
long_description=readme,
3335
license="Apache 2.0",

0 commit comments

Comments
 (0)