Skip to content

Commit

Permalink
chore: Remove dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Jan 25, 2025
1 parent 1e674b5 commit 9a9d4fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .age.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ path = "oembedpy/__init__.py"
search = "__version__ = \"{{current_version}}\""
replace = "__version__ = \"{{new_version}}\""

[[files]]
path = "pyproject.toml"
search = "version = \"{{current_version}}\""
replace = "version = \"{{new_version}}\""

[[files]]
path = "pyproject.toml"
search = "Documentation = \"https://oembedpy.readthedocs.io/en/v{{current_version}}/\""
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ build-backend = "flit_core.buildapi"

[project]
name = "oEmbedPy"
version = "0.7.2"
description = "oEmbed client for Python."
readme = "README.rst"
requires-python = ">=3.9"
license = {file = "LICENSE"}
Expand All @@ -29,7 +31,6 @@ dependencies = [
"lxml",
"platformdirs",
]
dynamic = ["version", "description"]

[project.optional-dependencies]
cli = ["Click>=8"]
Expand Down

0 comments on commit 9a9d4fa

Please sign in to comment.