Skip to content

Commit 3637038

Browse files
committed
Infrastructure/Minor: Use simple name
1 parent 2fcca8f commit 3637038

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import org.nlogo.build.{ NetLogoExtension, ExtensionDocumentationPlugin }
22

33
enablePlugins(NetLogoExtension, ExtensionDocumentationPlugin)
44

5+
name := "py"
56
version := "0.5.5"
67
isSnapshot := true
78

@@ -12,7 +13,6 @@ scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature", "-Xfatal-
1213

1314
netLogoVersion := "7.0.0-beta1-c8d671e" // This extension gets its NL version from language-library; any update to its NL version has to be mirrored in that package and published in a new version --Jason B. (5/5/25)
1415
netLogoClassManager := "org.nlogo.extensions.py.PythonExtension"
15-
netLogoExtName := "py"
1616
netLogoPackageExtras += (baseDirectory.value / "src" / "pyext.py", None)
1717

1818
Compile / packageBin / artifactPath := {

0 commit comments

Comments
 (0)