Skip to content

Commit 9a9d4fa

Browse files
committed
chore: Remove dynamic
1 parent 1e674b5 commit 9a9d4fa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.age.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ path = "oembedpy/__init__.py"
55
search = "__version__ = \"{{current_version}}\""
66
replace = "__version__ = \"{{new_version}}\""
77

8+
[[files]]
9+
path = "pyproject.toml"
10+
search = "version = \"{{current_version}}\""
11+
replace = "version = \"{{new_version}}\""
12+
813
[[files]]
914
path = "pyproject.toml"
1015
search = "Documentation = \"https://oembedpy.readthedocs.io/en/v{{current_version}}/\""

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "oEmbedPy"
7+
version = "0.7.2"
8+
description = "oEmbed client for Python."
79
readme = "README.rst"
810
requires-python = ">=3.9"
911
license = {file = "LICENSE"}
@@ -29,7 +31,6 @@ dependencies = [
2931
"lxml",
3032
"platformdirs",
3133
]
32-
dynamic = ["version", "description"]
3334

3435
[project.optional-dependencies]
3536
cli = ["Click>=8"]

0 commit comments

Comments
 (0)