Skip to content

Commit a7e07df

Browse files
committed
pyproject.toml: Use version 0.0.0 placeholder
1 parent d91e833 commit a7e07df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qtoggleserver-cmdline"
3-
version = "unknown-version"
3+
version = "0.0.0"
44
description = "qToggleServer ports backed by system commands"
55
authors = [
66
{name = "Calin Crisan", email = "ccrisan@gmail.com"},
@@ -12,7 +12,8 @@ dependencies = []
1212

1313
[dependency-groups]
1414
dev = [
15-
"ruff",
15+
"pre-commit",
16+
"ruff",
1617
]
1718

1819
[tool.ruff]

0 commit comments

Comments
 (0)