blob: 04fa7cc7bc3fe601ada95cab7ef9acf7d51c1db0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
--- a/pyproject.toml 2024-07-17 10:24:31.000000000 +0300
+++ b/pyproject.toml 2024-10-21 02:17:14.153253302 +0300
@@ -1,5 +1,5 @@
[build-system]
-requires = ["hatchling>=1.8.0", "hatch-vcs"]
+requires = ["hatchling>=1.8.0"]
build-backend = "hatchling.build"
[project]
@@ -15,7 +15,7 @@
"Programming Language :: Python :: 3",
"Development Status :: 5 - Production/Stable",
]
-dynamic = ["version"]
+version = "2.5.2"
requires-python = ">=3.8"
dependencies = [
@@ -50,12 +50,6 @@
[tool.hatch.build]
include = ["plum*"]
-[tool.hatch.version]
-source = "vcs"
-
-[tool.hatch.build.hooks.vcs]
-version-file = "plum/_version.py"
-
# Development tools
[tool.coverage.run]
branch = true
|