We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa3b592 commit d1b8712Copy full SHA for d1b8712
NEWS
@@ -0,0 +1,4 @@
1
+Changes in odk-core 0.1.1 (2025-12-06)
2
+--------------------------------------
3
+
4
+ * Fix launcher scripts in generated ODK environments.
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "odk-core"
-version = "0.1.0"
+version = "0.1.1"
description = "Ontology Development Kit Core"
5
license = "BSD-3-Clause"
6
authors = [
@@ -39,6 +39,9 @@ build-backend = "uv_build"
39
40
[tool.uv.build-backend]
41
module-name = "incatools.odk"
42
+source-include = [
43
+ "NEWS",
44
+]
45
46
[dependency-groups]
47
dev = [
0 commit comments