File: 0001-Explicitly-set-version.patch

package info (click to toggle)
pdm-backend 2.4.6%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,140 kB
  • sloc: python: 2,846; ansic: 21; makefile: 5; sh: 1
file content (22 lines) | stat: -rw-r--r-- 566 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Boyuan Yang <byang@debian.org>
Date: Tue, 13 Jun 2023 10:42:15 -0400
Subject: Explicitly set version

Forwarded: not-needed
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 87ea095..9ce1b14 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,7 +13,7 @@ license-files = [
 requires-python = ">=3.9"
 readme = "README.md"
 keywords = ["packaging", "PEP 517", "build"]
-dynamic = ["version"]
+version = "2.4.6"
 
 classifiers = [
     "Development Status :: 5 - Production/Stable",