Skip to content

Commit 9679da6

Browse files
committed
ci: update config
1 parent 0aea40a commit 9679da6

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies = [
1616
"pymdown-extensions",
1717
]
1818
authors = [
19-
{ name = "Mara-Li", email = "mara-li@icloud.com" }
19+
{ name = "Mara-Li", email = "mara-li@outlook.fr" }
2020
]
2121
license = "AGPL"
2222
readme = "README.md"
@@ -45,8 +45,10 @@ exclude = ["tests", "docs", "build", "dist", "venv", "venv3", "venv3.6", "venv3.
4545
inline-quotes = "double"
4646

4747
[build-system]
48-
requires = ["uv"]
49-
build-backend = "uv.pyproject"
48+
requires = ["hatchling"]
49+
build-backend = "hatchling.build"
50+
[tool.hatch.build.targets.wheel]
51+
packages = ["mkdocs_embed_file_plugins"]
5052

5153
[project.urls]
5254
homepage = "https://github.com/ObsidianPublisher/mkdocs-embed_file-plugin"

requirements.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)