We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aed15 commit ad924f6Copy full SHA for ad924f6
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hatch-command-version"
3
-version = "1.0.0"
+version = "1.0.1"
4
authors = [{name = "Matt McShane", email = "matt@mattmcshane.com"}]
5
description = "A version source plugin to the hatchling.build python build backend that obtains a version by running a command."
6
readme = "README.md"
@@ -12,16 +12,5 @@ dependencies = [
12
[project.urls]
13
Repository = "https://github.com/mmcshane/hatch-command-version"
14
15
-[dependency-groups]
16
-dev = [
17
- "mypy",
18
- "ruff",
19
-]
20
-pylsp = [
21
- "python-lsp-server == 1.*",
22
- "pylsp-mypy == 0.6.*",
23
- "python-lsp-ruff == 2.*",
24
25
-
26
[project.entry-points.hatch]
27
command = "plugin"
0 commit comments