We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ac9ec commit 9c11c05Copy full SHA for 9c11c05
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "pikvm_lib"
3
-version = "0.4.1"
+version = "0.4.2"
4
authors = [
5
{ name="guanana", email="[email protected]" },
6
]
@@ -34,7 +34,7 @@ Homepage = "https://github.com/guanana/pikvm-lib"
34
Issues = "https://github.com/guanana/pikvm-lib/issues"
35
36
[tool.bumpver]
37
-current_version = "0.4.1"
+current_version = "0.4.2"
38
version_pattern = "MAJOR.MINOR.PATCH"
39
commit_message = "Bump version {old_version} -> {new_version}"
40
tag_message = "{new_version}"
@@ -45,6 +45,12 @@ commit = true
45
tag = true
46
push = false
47
48
+[tool.setuptools.packages.find]
49
+where = ["src"]
50
+
51
+[tool.setuptools.package-data]
52
+pikvm_lib = ["keymap.csv", "keymap_shift.csv"]
53
54
[tool.bumpver.file_patterns]
55
"pyproject.toml" = [
56
'current_version = "{version}"',
0 commit comments