Skip to content

Commit 664f63f

Browse files
committed
fix: Fix namings
1 parent 0650e15 commit 664f63f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["maturin>=1.7.4,<2.0","uniffi_bindgen>=0.28,<0.30"]
33
build-backend = "maturin"
44

55
[project]
6-
name = "c2pa"
6+
name = "c2pa-python"
77
dependencies = ["cffi"]
88
requires-python = ">=3.7"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
@@ -27,4 +27,8 @@ urls = {homepage = "https://contentauthenticity.org", repository = "https://gith
2727
[project.optional-dependencies]
2828
test = [
2929
"pytest < 5.0.0"
30-
]
30+
]
31+
32+
[tool.maturin]
33+
python-source = "c2pa"
34+
module-name = "c2pa"

0 commit comments

Comments
 (0)