We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810c3a2 commit 0f99caaCopy full SHA for 0f99caa
pyproject.toml
@@ -40,7 +40,6 @@ include-package-data = true
40
namespaces = false
41
where = ["."]
42
include = ["CRISP*"]
43
-exclude = ["CRISP.data"]
44
45
[tool.setuptools.package-data]
46
CRISP = [
@@ -70,7 +69,7 @@ distance-dirty = "{base_version}.post{distance}.dev0"
70
69
[tool.versioningit.vcs]
71
method = "git"
72
match = ["*"]
73
-default-tag = "1.1.2"
+default-tag = "1.1.4"
74
75
[tool.versioningit.write]
76
file = "CRISP/_version.py"
0 commit comments