Skip to content

Commit 4e08b61

Browse files
committed
fix(pyproject): move classifiers under [project]
1 parent 4f33478 commit 4e08b61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ license = {text = "MIT OR Apache-2.0"}
1111
readme = "README.md"
1212
keywords = ["c2pa", "metadata", "python", "bindings"]
1313
requires-python = ">=3.11"
14-
15-
[project.urls]
16-
Homepage = "https://github.com/Sightengine/fast_c2pa_python"
17-
Repository = "https://github.com/Sightengine/fast_c2pa_python"
18-
Issues = "https://github.com/Sightengine/fast_c2pa_python/issues"
1914
classifiers = [
2015
"Development Status :: 4 - Beta",
2116
"Intended Audience :: Developers",
@@ -28,6 +23,11 @@ classifiers = [
2823
"Operating System :: POSIX :: Linux",
2924
]
3025

26+
[project.urls]
27+
Homepage = "https://github.com/Sightengine/fast_c2pa_python"
28+
Repository = "https://github.com/Sightengine/fast_c2pa_python"
29+
Issues = "https://github.com/Sightengine/fast_c2pa_python/issues"
30+
3131
[tool.maturin]
3232
features = ["pyo3/extension-module"]
3333
python-packages = ["fast_c2pa_python"]

0 commit comments

Comments
 (0)