-
Notifications
You must be signed in to change notification settings - Fork 6
/
pyproject.patch
41 lines (40 loc) · 1.04 KB
/
pyproject.patch
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
32
33
34
35
36
37
38
39
40
41
diff --git a/pyproject.toml b/pyproject.toml
index ac7ebfb..adf8c09 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,7 @@
[project]
name = "finddata"
description = "A program to find data files using ONCat"
-dynamic = ["version"]
-#version = "0.10.0"
+version = "0.10.0"
#requires-python = ">=3.10"
dependencies = [
# list all runtime dependencies here
@@ -23,26 +22,6 @@ requires = [
]
build-backend = "setuptools.build_meta"
-[tool.versioningit.vcs]
-method = "git"
-default-tag = "0.0.1"
-
-[tool.versioningit.next-version]
-method = "minor"
-
-[tool.versioningit.format]
-distance = "{next_version}.dev{distance}"
-dirty = "{version}+d{build_date:%Y%m%d}"
-distance-dirty = "{next_version}.dev{distance}+d{build_date:%Y%m%d}"
-
-[tool.versioningit.write]
-file = "src/finddata/_version.py"
-
-[tool.versioningit.onbuild]
-source-file = "src/finddata/_version.py"
-build-file = "finddata/_version.py"
-replacement = "{next_version}"
-
[tool.setuptools.packages.find]
where = ["src"]
exclude = ["tests*", "scripts*", "docs*", "notebooks*"]