Skip to content

Commit 82525cb

Browse files
committed
fix: Rename package name from 'cedarscript-editor' to 'cedarscript_editor'
1 parent c2d377d commit 82525cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "cedarscript-editor"
6+
name = "cedarscript_editor"
77
version = "0.1.2"
88
description = "A library for executing CEDARScript, a SQL-like language for code analysis and transformations"
99
readme = "README.md"

0 commit comments

Comments
 (0)