File: pyproject-add-version.diff

package info (click to toggle)
python-choreographer 1.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 588 kB
  • sloc: python: 2,853; makefile: 10
file content (13 lines) | stat: -rw-r--r-- 457 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/pyproject.toml b/pyproject.toml
index f5c293a..3c76d9b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -20,7 +20,7 @@ description = "Devtools Protocol implementation for chrome."
 readme = "README.md"
 requires-python = ">=3.8"
 license = { "file" = "LICENSE.md" }
-dynamic = ["version"]
+version = "1.2.1"
 authors = [
   {name = "Andrew Pikul", email="ajpikul@gmail.com"},
   {name = "Neyberson Atencio", email="neyberatencio@gmail.com"}