Skip to content

Commit c780726

Browse files
committed
build: update package name to edx-codejail
Updates name of the package to edx-codejail as codejail isn't allowed on PyPI For reference https://github.com/edx/codejail/runs/2352964134?check_suite_focus=true#step:8:25
1 parent 437c936 commit c780726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
long_description = readme.read()
77

88
setup(
9-
name="codejail",
10-
version="3.1.4",
9+
name="edx-codejail",
10+
version="3.1.5",
1111
license='Apache',
1212
description='CodeJail manages execution of untrusted code in secure sandboxes. It is designed primarily for '
1313
'Python execution, but can be used for other languages as well.',

0 commit comments

Comments
 (0)